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.
1 parent a78a226 commit c6ac9fbCopy full SHA for c6ac9fb
pkgs/by-name/hy/hydralauncher/package.nix
@@ -6,10 +6,10 @@
6
}:
7
let
8
pname = "hydralauncher";
9
- version = "3.3.1";
+ version = "3.4.0";
10
src = fetchurl {
11
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12
- hash = "sha256-CscQnbMCK+dAWQacKIRwHl1Dqpau5+EyuH1pZhLrJ/Q=";
+ hash = "sha256-d2ZtCAbj7xYkLhsuTPi9/ORb+Nkk5KbGvaDSaawqGcU=";
13
};
14
15
appimageContents = appimageTools.extractType2 { inherit pname src version; };
0 commit comments