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 17726ac + 147c671 commit 6dcfa18Copy full SHA for 6dcfa18
pkgs/by-name/hy/hydralauncher/package.nix
@@ -6,10 +6,10 @@
6
}:
7
let
8
pname = "hydralauncher";
9
- version = "3.5.1";
+ version = "3.5.2";
10
src = fetchurl {
11
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12
- hash = "sha256-uDlxEtWo/8cOLP+ebHN5YZpZESkYHj9+8lqTIsj9qKA=";
+ hash = "sha256-B1eo/t6HEy+C+5yBLySXToDFPoZb1UeQshZTZ6KiibA=";
13
};
14
15
appimageContents = appimageTools.extractType2 { inherit pname src version; };
0 commit comments