From 313c2698e294175c6f0dc9cb8e5a3ac17255563a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 6 Aug 2026 09:04:01 -0700 Subject: Bump proton-ge-bin back to identical version in nixos-unstable --- overlays/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'overlays') diff --git a/overlays/default.nix b/overlays/default.nix index 19145ee..9d2559f 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-RiCmnUKeZRhPUCgm7fsROKFkAl37+/tYkA47tQtkIF4="; + # url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz"; + # }; + # version = "GE-Proton11-3"; + #}); reaper = prev.reaper.overrideAttrs (old: rec { pname = "reaper"; -- cgit v1.3.1