diff options
Diffstat (limited to '')
| -rw-r--r-- | overlays/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 4c0b93e..ea0eb82 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -49,10 +49,10 @@ proton-ge-bin = prev.proton-ge-bin.overrideAttrs (old: rec { pname = "proton-ge-bin"; src = prev.fetchzip { - hash = "sha256-Sbyi5zXMhPIKSotvL5LEZ2dbDoLpXRcCyuY9TsnBnus="; + hash = "sha256-rX27DUrrrHtR1cgyr/424m9JPjrdASIisVGv2vWzMAs="; url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}-${final.stdenv.hostPlatform.linuxArch}.tar.gz"; }; - version = "GE-Proton11-5"; + version = "GE-Proton11-6"; }); reaper = prev.reaper.overrideAttrs (old: rec { |
