1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

heptabase: 1.35.3 -> 1.35.4 (#337470)

This commit is contained in:
Nick Cao 2024-08-26 18:52:08 -04:00 committed by GitHub
commit d1497e1026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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; };