diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-07-01 09:37:33 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-07-01 09:37:33 -0700 |
| commit | f13913703cd3cb2cc6a1c38f62cfa5206f9299ec (patch) | |
| tree | 011ca234551976c0d8a150b16c5675ab32e541b0 /overlays | |
| parent | 76203e1be03901d8e6f094d5398b4383ae9a42da (diff) | |
| download | nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar.gz nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar.bz2 nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar.lz nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar.xz nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.tar.zst nix-f13913703cd3cb2cc6a1c38f62cfa5206f9299ec.zip | |
Bump Reaper to latest upstream version
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 6 |
1 files 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"; }); }; |
