heptabase: 1.35.5 -> 1.37.0

This commit is contained in:
R. Ryantm 2024-09-08 11:00:09 +00:00
parent fae6fb8e6d
commit 4b6c49cf6b

View File

@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.35.5";
version = "1.37.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-hRyh6dBGe0/3paAcdpzt0E9M2V2J6LebO/M/kYIlT6U=";
hash = "sha256-TgVHlUYgvbERXGzntwmBH/xBmJj2EsCd1SWUbQr8nqY=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };