diff options
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 3e578f0..c3114f0 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -43,19 +43,20 @@ proton-ge-bin = prev.proton-ge-bin.overrideAttrs (old: rec { pname = "proton-ge-bin"; - version = "GE-Proton10-31"; src = prev.fetchzip { hash = ""; + url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz"; }; + version = "GE-Proton10-31"; }); reaper = prev.reaper.overrideAttrs (old: rec { pname = "reaper"; - version = "7.61"; src = prev.fetchurl { - url = "https://www.reaper.fm/files/7.x/reaper761_linux_x86_64.tar.xz"; hash = "sha256-NioXFiUNO2TzJn0xhoQKEWb8OD7HD8O+sHAf4enopxg="; + url = "https://www.reaper.fm/files/7.x/reaper761_linux_x86_64.tar.xz"; }; + version = "7.61"; }); }; |
