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.
2 parents b97d44d + 6babc21 commit b22641eCopy full SHA for b22641e
pkgs/by-name/he/heptabase/package.nix
@@ -5,10 +5,10 @@
5
}:
6
let
7
pname = "heptabase";
8
- version = "1.52.0";
+ version = "1.53.1";
9
src = fetchurl {
10
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
11
- hash = "sha256-r0fpP50CIhEm+TOIWy9lsuM+uXZkjH7kAkfuH4RqHt0=";
+ hash = "sha256-CRV+ihjaGz+I2CdZVbASGTUbOjSb8TXcrBb8dvR/hDc=";
12
};
13
14
appimageContents = appimageTools.extractType2 { inherit pname version src; };
0 commit comments