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 5b4397c + 7829804 commit 3489b5cCopy full SHA for 3489b5c
pkgs/by-name/hy/hydralauncher/package.nix
@@ -6,10 +6,10 @@
6
}:
7
let
8
pname = "hydralauncher";
9
- version = "3.3.0";
+ version = "3.3.1";
10
src = fetchurl {
11
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12
- hash = "sha256-5F/RcsRKMAMfXaPOmEkqTrJ4Zgp0+sQ36kPj0p5VUa0=";
+ hash = "sha256-CscQnbMCK+dAWQacKIRwHl1Dqpau5+EyuH1pZhLrJ/Q=";
13
};
14
15
appimageContents = appimageTools.extractType2 { inherit pname src version; };
0 commit comments