heptabase: 1.40.0 -> 1.41.1

This commit is contained in:
R. Ryantm 2024-10-07 14:08:08 +00:00
parent 8ab1d552b8
commit c08a19d8b3

View File

@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.40.0";
version = "1.41.1";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-EnGn3N8dJ7bx60eY8u1LxgQaLkU/RR+ANEG817XfaS0=";
hash = "sha256-MX5lKTSJFBhtUMPlefSWvVayFYt0ydZ7lToUDdDUsT4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };