From 0a3fc7bee134a68058839554c0cfa6d9e5743624 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 5 Feb 2026 11:57:37 -0800 Subject: Bump Reaper to latest upstream version --- overlays/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 25bcf46..4c3a814 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -43,10 +43,10 @@ reaper = prev.reaper.overrideAttrs (old: rec { pname = "reaper"; - version = "7.59"; + version = "7.61"; src = prev.fetchurl { - url = "https://www.reaper.fm/files/7.x/reaper759_linux_x86_64.tar.xz"; - hash = "sha256-II2QOv7eHD4JtE5We1uuEuCt5RZmK6VFtZFyLEArUSc="; + url = "https://www.reaper.fm/files/7.x/reaper761_linux_x86_64.tar.xz"; + hash = ""; }; }); }; -- cgit v1.2.3