0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

heptabase: 1.46.1 -> 1.48.1

This commit is contained in:
R. Ryantm 2024-12-11 17:08:23 +00:00
parent ad47c13dd4
commit fa9ac4c5e1

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