diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/common/optional/sound.nix | 2 | ||||
| -rw-r--r-- | overlays/default.nix | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 5fc7d1e..55be237 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -24,7 +24,7 @@ pkgs.oxefmsynth #pkgs.master.polyphone pkgs.qsynth - pkgs.master.reaper + pkgs.reaper pkgs.rosegarden pkgs.samplv1 pkgs.sfizz diff --git a/overlays/default.nix b/overlays/default.nix index c858ad7..ec70787 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -52,14 +52,14 @@ # version = "GE-Proton10-32"; #}); - #reaper = prev.reaper.overrideAttrs (old: rec { - # pname = "reaper"; - # src = prev.fetchurl { - # hash = "sha256-GMNtVql069snZzvaUrw0SEygbbnafS20HSzLdQDC6yU="; - # url = "https://www.reaper.fm/files/7.x/reaper766_linux_x86_64.tar.xz"; - # }; - # version = "7.66"; - #}); + reaper = prev.reaper.overrideAttrs (old: rec { + pname = "reaper"; + src = prev.fetchurl { + hash = "sha256-VZSt3epsSvqBSiYjK0JIX0kWLTagxbcEBBk2t0b6WXI="; + url = "https://www.reaper.fm/files/7.x/reaper767_linux_x86_64.tar.xz"; + }; + version = "7.67"; + }); }; #"67e692392-packages" = final: _prev: { |
