diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-15 20:22:29 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-15 20:22:29 -0800 |
| commit | 86f4c63de92652b6293fc3b1dc8e57aff2232f2f (patch) | |
| tree | ff4d13b06a01e97297ea807d64808b888d504e69 /overlays/default.nix | |
| parent | 91e7ad3937c04f2894f6d45295516e58770c530f (diff) | |
| download | nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar.gz nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar.bz2 nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar.lz nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar.xz nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.tar.zst nix-86f4c63de92652b6293fc3b1dc8e57aff2232f2f.zip | |
Fix typo
Diffstat (limited to 'overlays/default.nix')
| -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"; }); }; |
