heptabase: 1.58.1 -> 1.61.0 (#421035)

This commit is contained in:
Wolfgang Walther
2025-07-11 18:00:27 +00:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.58.1";
version = "1.61.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-U1fFFLXSjBuhiTUAPgqMzvWhtJg9Qc9B5m1uaGjwyEU=";
hash = "sha256-dvVLygj0saCod6sD6kcFhYO5IWz2iblywL6QNZPVYmk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };