Skip to content

Commit

Permalink
heptabase: 1.41.1 -> 1.46.1 (#358634)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 24, 2024
2 parents 594d2c2 + de71626 commit 78288e4
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.41.1";
version = "1.46.1";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-MX5lKTSJFBhtUMPlefSWvVayFYt0ydZ7lToUDdDUsT4=";
hash = "sha256-JOjh9OHV+E7QuyWwsppLnRMpucTjq7X0upQDvZwYnJI=";
};

appimageContents = appimageTools.extractType2 { inherit pname version src; };
Expand Down

0 comments on commit 78288e4

Please sign in to comment.