aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-07-21 21:44:01 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-07-21 21:44:01 -0700
commitdc021e093209612883b8ffc4e885309a314014ef (patch)
tree4b43a8d86b7dfdd02a543d52c0da1a8599a41cfc /overlays/default.nix
parent51560712125fd33e9b453670a15cc3a554fda50c (diff)
downloadnix-dc021e093209612883b8ffc4e885309a314014ef.tar
nix-dc021e093209612883b8ffc4e885309a314014ef.tar.gz
nix-dc021e093209612883b8ffc4e885309a314014ef.tar.bz2
nix-dc021e093209612883b8ffc4e885309a314014ef.tar.lz
nix-dc021e093209612883b8ffc4e885309a314014ef.tar.xz
nix-dc021e093209612883b8ffc4e885309a314014ef.tar.zst
nix-dc021e093209612883b8ffc4e885309a314014ef.zip
Bump Reaper to latest upstream version
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 5fc67bc..0cacee0 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -56,10 +56,10 @@
reaper = prev.reaper.overrideAttrs (old: rec {
pname = "reaper";
src = prev.fetchurl {
- hash = "sha256-yU2WQ35UgEuuU8NJOMgxzQAhg0sGcW4/E0wcxVrWDfE=";
+ hash = "sha256-1mLrNdyrf9LOX6xqYJITYu8DPi0HXHTM75dPu9E6ZUI=";
url = "https://www.reaper.fm/files/${inputs.nixpkgs.lib.versions.major version}.x/reaper${inputs.nixpkgs.lib.versions.major version}${inputs.nixpkgs.lib.versions.minor version}_linux_x86_64.tar.xz";
};
- version = "7.77";
+ version = "7.78";
});
};