From f13913703cd3cb2cc6a1c38f62cfa5206f9299ec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 1 Jul 2026 09:37:33 -0700 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 c8c33cc..ad075f5 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -55,10 +55,10 @@ reaper = prev.reaper.overrideAttrs (old: rec { pname = "reaper"; src = prev.fetchurl { - hash = "sha256-BC8W/e1thX1uEKLuPAZ4ALPaCuGfmRVhKmmDvrHEkl4="; - url = "https://www.reaper.fm/files/7.x/reaper775_linux_x86_64.tar.xz"; + hash = "sha256-P13PaZjGnA3bLpz9latebVJAdL6ZF+UVtX94mKmq/xg="; + url = "https://www.reaper.fm/files/7.x/reaper776_linux_x86_64.tar.xz"; }; - version = "7.75"; + version = "7.76"; }); }; -- cgit v1.3.1