heptabase: 1.64.0 -> 1.66.0 (#428642)

This commit is contained in:
Nick Cao
2025-07-27 11:16:00 -04:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.64.0";
version = "1.66.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-VBoQgSVpEshmGjEGzSe1sG8nDcrl8nJ+m7+s/7LlAMg=";
hash = "sha256-8kkY+Tp8RuE+REcCT/gj8CA6CqTLk6eVeAEsOKv+axA=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };