heptabase: 1.84.0 -> 1.84.3 (#496410)

This commit is contained in:
Nick Cao 2026-03-06 17:45:52 +00:00 committed by GitHub
commit 6d3b5bf466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.84.0";
version = "1.84.3";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-sk9YN2vNr9jiGzVQOcst+oRLEYjEaZO4nGgD8TxdfIc=";
hash = "sha256-ddkNmKWORgIeX7jkskP4f386Imp9CX3q7Kbe+SEGTpQ=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };