heptabase: 1.50.0 -> 1.50.1 (#373486)

This commit is contained in:
Nick Cao
2025-01-14 09:49:27 -05:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.50.0";
version = "1.50.1";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-HFnHzftnLO4nfHxXhvHH4+lVdcPp2N3ihgMhnxSv2bA=";
hash = "sha256-rxCpgetkm8Ma3d5PvTCM2SBcPffImw380UPuR+q0LaQ=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };