Skip to content

Commit 3489b5c

Browse files
hydralauncher: 3.3.0 -> 3.3.1 (#391912)
Co-authored-by: HeitorAugustoLN <[email protected]>
2 parents 5b4397c + 7829804 commit 3489b5c

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.0";
9+
version = "3.3.1";
1010
src = fetchurl {
1111
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12-
hash = "sha256-5F/RcsRKMAMfXaPOmEkqTrJ4Zgp0+sQ36kPj0p5VUa0=";
12+
hash = "sha256-CscQnbMCK+dAWQacKIRwHl1Dqpau5+EyuH1pZhLrJ/Q=";
1313
};
1414

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

0 commit comments

Comments
 (0)