aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--overlays/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 394a238..fe72269 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-Qp6xQ1ZIUYx8U6TqzHNh4tTFm0zi9dE0iN/ZK36Y0Ks=";
- url = "https://www.reaper.fm/files/7.x/reaper765_linux_x86_64.tar.xz";
+ hash = "sha256-GMNtVql069snZzvaUrw0SEygbbnafS20HSzLdQDC6yU=";
+ url = "https://www.reaper.fm/files/7.x/reaper766_linux_x86_64.tar.xz";
};
- version = "7.65";
+ version = "7.66";
});
};