Skip to content

Commit 8757f51

Browse files
authoredMar 19, 2025
heptabase: 1.53.4 -> 1.53.7 (#391054)
2 parents 4ed5d2a + f5921fa commit 8757f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}:
66
let
77
pname = "heptabase";
8-
version = "1.53.4";
8+
version = "1.53.7";
99
src = fetchurl {
1010
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
11-
hash = "sha256-dDwz9bn5UZJ3aQYy2SJYKSSaZJzj/B+zRmfwxgsUjBc=";
11+
hash = "sha256-wy69dT/Iyt1jZKMh8/yCGk7+Z/NQt8R2d8jHXOZSvgQ=";
1212
};
1313

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

0 commit comments

Comments
 (0)
Failed to load comments.