heptabase: 1.46.1 -> 1.48.1 (#364285)

This commit is contained in:
misuzu 2024-12-14 12:13:38 +02:00 committed by GitHub
commit a4ba6952a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,10 +5,10 @@
}:
let
pname = "heptabase";
version = "1.46.1";
version = "1.48.1";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-JOjh9OHV+E7QuyWwsppLnRMpucTjq7X0upQDvZwYnJI=";
hash = "sha256-zscrloVYmR4NSNWINqdAP/9gHu5+GpFTRq0MF7bNE2Y=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };