heptabase: 1.73.2 -> 1.73.7

This commit is contained in:
R. Ryantm
2025-09-23 18:49:01 +00:00
parent 77ac76b5ca
commit 3e519281dc
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.73.2";
version = "1.73.7";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-cwKNFGoBKr2RM51uL4uiNHf6oCa0NPBgsXHBe7EPoNM=";
hash = "sha256-oF83i7huPrsBYuN2nWtrW2TDHZArHHUr63RMNNz4+a4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };