Skip to content

Commit b22641e

Browse files
authored
heptabase: 1.52.0 -> 1.53.1 (#384152)
2 parents b97d44d + 6babc21 commit b22641e

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.52.0";
8+
version = "1.53.1";
99
src = fetchurl {
1010
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
11-
hash = "sha256-r0fpP50CIhEm+TOIWy9lsuM+uXZkjH7kAkfuH4RqHt0=";
11+
hash = "sha256-CRV+ihjaGz+I2CdZVbASGTUbOjSb8TXcrBb8dvR/hDc=";
1212
};
1313

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

0 commit comments

Comments
 (0)