Skip to content

Commit 18bdf2e

Browse files
committed
heptabase: 1.84.0 -> 1.84.3
1 parent af6cd22 commit 18bdf2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/he/heptabase/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}:
66
let
77
pname = "heptabase";
8-
version = "1.84.0";
8+
version = "1.84.3";
99
src = fetchurl {
1010
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
11-
hash = "sha256-sk9YN2vNr9jiGzVQOcst+oRLEYjEaZO4nGgD8TxdfIc=";
11+
hash = "sha256-ddkNmKWORgIeX7jkskP4f386Imp9CX3q7Kbe+SEGTpQ=";
1212
};
1313

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

0 commit comments

Comments
 (0)