heptabase: 1.83.4 -> 1.83.7 (#488397)

This commit is contained in:
Nick Cao
2026-02-09 23:31:33 +00:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.83.4";
version = "1.83.7";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-XQELvBRTq5vaf6mDI5ywkH3GgV5gvDqKGDbbYZR1abQ=";
hash = "sha256-inwkvv6wQIhp34z1FjpfwjRW1NsYXa8vsxukMb+RuTo=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };