heptabase: 1.35.3 -> 1.35.4

This commit is contained in:
R. Ryantm 2024-08-26 13:03:35 +00:00
parent 28d45487fa
commit 3353863887

View File

@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.35.3";
version = "1.35.4";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-2HEBQI+C/LKrIUb+6qNmm+xjvTOxS+vk5WTsOZKz3+s=";
hash = "sha256-JFIC5a0W8pmiPxgkymE8d+iULM80U85xGOF0M2vu/PI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };