heptabase: 1.53.7 -> 1.54.0 (#394500)

Co-authored-by: luftmensch-luftmensch <luftmensch-luftmensch@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-30 09:19:53 +00:00
committed by GitHub
co-authored by luftmensch-luftmensch
+2 -2
View File
@@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.53.7";
version = "1.54.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-wy69dT/Iyt1jZKMh8/yCGk7+Z/NQt8R2d8jHXOZSvgQ=";
hash = "sha256-wn/HYtwOdP5n5GVJgNWjeujwhDAYE8PfK84JcuJjOwg=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };