diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-01 09:14:11 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-01 09:14:11 -0700 |
| commit | dee07234249fb4263c45ec8e068dbb1728fce1bc (patch) | |
| tree | a5a8fc64107fd34cf126327b90ee485c7fd82675 | |
| parent | f6233cd48287129411ec67813812430d6329e4ec (diff) | |
| download | nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar.gz nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar.bz2 nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar.lz nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar.xz nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.tar.zst nix-dee07234249fb4263c45ec8e068dbb1728fce1bc.zip | |
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: { |
