Skip to content

Commit 147c671

Browse files
committed
hydralauncher: 3.5.1 -> 3.5.2
1 parent a4ac6ea commit 147c671

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.5.1";
9+
version = "3.5.2";
1010
src = fetchurl {
1111
url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
12-
hash = "sha256-uDlxEtWo/8cOLP+ebHN5YZpZESkYHj9+8lqTIsj9qKA=";
12+
hash = "sha256-B1eo/t6HEy+C+5yBLySXToDFPoZb1UeQshZTZ6KiibA=";
1313
};
1414

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

0 commit comments

Comments
 (0)