Skip to content

Commit afb7f9f

Browse files
hydralauncher: 3.3.1 -> 3.4.0 (#397973)
Co-authored-by: HeitorAugustoLN <[email protected]>
2 parents a13a18b + c6ac9fb commit afb7f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hydralauncher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
}:
77
let
88
pname = "hydralauncher";
9-
version = "3.3.1";
9+
version = "3.4.0";
1010
src = fetchurl {
1111
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12-
hash = "sha256-CscQnbMCK+dAWQacKIRwHl1Dqpau5+EyuH1pZhLrJ/Q=";
12+
hash = "sha256-d2ZtCAbj7xYkLhsuTPi9/ORb+Nkk5KbGvaDSaawqGcU=";
1313
};
1414

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

0 commit comments

Comments
 (0)