Merge pull request #298482 from r-ryantm/auto-update/proton-ge-bin

proton-ge-bin: GE-Proton9-1 -> GE-Proton9-2

authored by Ilan Joselevich and committed by GitHub 1a76cacf 63078e34

+2 -2
+2 -2
pkgs/by-name/pr/proton-ge-bin/package.nix
··· 5 5 }: 6 6 stdenvNoCC.mkDerivation (finalAttrs: { 7 7 pname = "proton-ge-bin"; 8 - version = "GE-Proton9-1"; 8 + version = "GE-Proton9-2"; 9 9 10 10 src = fetchzip { 11 11 url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz"; 12 - hash = "sha256-odpzRlzW7MJGRcorRNo784Rh97ssViO70/1azHRggf0="; 12 + hash = "sha256-NqBzKonCYH+hNpVZzDhrVf+r2i6EwLG/IFBXjE2mC7s="; 13 13 }; 14 14 15 15 outputs = [ "out" "steamcompattool" ];