diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-08-11 09:34:04 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-08-11 09:34:04 -0700 |
| commit | 4000d6c4516b6f7eda8818406a139c8653407bfb (patch) | |
| tree | f6171a20496c80301fca86e98a69a72948a3a229 /overlays/default.nix | |
| parent | ce8fd1d607ed28aab8e55ab30e5c9c5077af3cfe (diff) | |
| download | nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar.gz nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar.bz2 nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar.lz nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar.xz nix-4000d6c4516b6f7eda8818406a139c8653407bfb.tar.zst nix-4000d6c4516b6f7eda8818406a139c8653407bfb.zip | |
Bump to latest upstream proton-ge-bin
Diffstat (limited to '')
| -rw-r--r-- | overlays/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 9d2559f..51a366c 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -46,14 +46,14 @@ # to compute this hash, use: nix flake prefetch ${url} # because fetchzip computes the hash of the NAR basically instead of the flat file when doing: nix-hash --base64 --flat --sri --type sha256 ${file} - #proton-ge-bin = prev.proton-ge-bin.overrideAttrs (old: rec { - # pname = "proton-ge-bin"; - # src = prev.fetchzip { - # hash = "sha256-RiCmnUKeZRhPUCgm7fsROKFkAl37+/tYkA47tQtkIF4="; - # url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz"; - # }; - # version = "GE-Proton11-3"; - #}); + proton-ge-bin = prev.proton-ge-bin.overrideAttrs (old: rec { + pname = "proton-ge-bin"; + src = prev.fetchzip { + hash = "sha256-Sbyi5zXMhPIKSotvL5LEZ2dbDoLpXRcCyuY9TsnBnus="; + url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}-${inputs.nixpkgs.stdenv.hostPlatform.linuxArch}.tar.gz"; + }; + version = "GE-Proton11-5"; + }); reaper = prev.reaper.overrideAttrs (old: rec { pname = "reaper"; |
