heptabase: 1.83.7 -> 1.83.9 (#490849)

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