Skip to content

Commit

Permalink
heptabase: 1.46.1 -> 1.48.1 (NixOS#364285)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 14, 2024
2 parents 1dd2b16 + fa9ac4c commit a4ba695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/he/heptabase/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit a4ba695

Please sign in to comment.