heptabase: 1.37.0 -> 1.39.0 (#343148)

This commit is contained in:
Aleksana
2024-09-22 19:11:42 +08:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.37.0";
version = "1.39.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-TgVHlUYgvbERXGzntwmBH/xBmJj2EsCd1SWUbQr8nqY=";
hash = "sha256-/uRPxmMTBr2ZkkY/Sp0FHI76ttoDDO7pID6fFckvUY8=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };