Skip to content

Commit

Permalink
heptabase: 1.39.0 -> 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 29, 2024
1 parent 51a8ed1 commit 2729ae7
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.39.0";
version = "1.40.0";
src = fetchurl {
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
hash = "sha256-/uRPxmMTBr2ZkkY/Sp0FHI76ttoDDO7pID6fFckvUY8=";
hash = "sha256-EnGn3N8dJ7bx60eY8u1LxgQaLkU/RR+ANEG817XfaS0=";
};

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

0 comments on commit 2729ae7

Please sign in to comment.