From dee07234249fb4263c45ec8e068dbb1728fce1bc Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 1 Apr 2026 09:14:11 -0700 Subject: Bump override on reaper to 7.67 --- hosts/common/optional/sound.nix | 2 +- 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: { -- cgit v1.2.3