We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6cd22 commit 18bdf2eCopy full SHA for 18bdf2e
pkgs/by-name/he/heptabase/package.nix
@@ -5,10 +5,10 @@
5
}:
6
let
7
pname = "heptabase";
8
- version = "1.84.0";
+ version = "1.84.3";
9
src = fetchurl {
10
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
11
- hash = "sha256-sk9YN2vNr9jiGzVQOcst+oRLEYjEaZO4nGgD8TxdfIc=";
+ hash = "sha256-ddkNmKWORgIeX7jkskP4f386Imp9CX3q7Kbe+SEGTpQ=";
12
};
13
14
appimageContents = appimageTools.extractType2 { inherit pname version src; };
0 commit comments