heptabase: 1.83.9 -> 1.84.0

This commit is contained in:
R. Ryantm
2026-02-23 13:59:15 +00:00
parent 2fc6539b48
commit 59a1bf07b8
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.83.9";
version = "1.84.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-tArqlq18g+raKAI9YyoaBizC503ude1B9o+LnJqKaAw=";
hash = "sha256-sk9YN2vNr9jiGzVQOcst+oRLEYjEaZO4nGgD8TxdfIc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };