hydralauncher: 3.5.2 -> 3.6.0 (#415178)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>

authored by nixpkgs-merge-bot[bot] HeitorAugustoLN and committed by GitHub 0e47da4f 2616ef39

+2 -2
+2 -2
pkgs/by-name/hy/hydralauncher/package.nix
··· 6 6 }: 7 7 let 8 8 pname = "hydralauncher"; 9 - version = "3.5.2"; 9 + version = "3.6.0"; 10 10 src = fetchurl { 11 11 url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage"; 12 - hash = "sha256-B1eo/t6HEy+C+5yBLySXToDFPoZb1UeQshZTZ6KiibA="; 12 + hash = "sha256-7qXVBS4HTLdvmMfyhE5EoHblovqKmIJuh7FSl5lo224="; 13 13 }; 14 14 15 15 appimageContents = appimageTools.extractType2 { inherit pname src version; };