heptabase: 1.73.2 -> 1.73.7 (#445616)

This commit is contained in:
Nick Cao
2025-09-24 20:29:56 +00:00
committed by GitHub
+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; };