aboutsummaryrefslogtreecommitdiffstats
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
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 '')
-rw-r--r--flake.lock17
-rw-r--r--overlays/default.nix4
2 files changed, 19 insertions, 2 deletions
diff --git a/flake.lock b/flake.lock
index 89a99c1..d8a45c2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -102,6 +102,22 @@
"type": "github"
}
},
+ "nixpkgs-pr540730": {
+ "locked": {
+ "lastModified": 1783770610,
+ "narHash": "sha256-WNO5WW/ACbt3CeyfsifQ/A/UOkGnNlOSiTs0LFUXeb0=",
+ "owner": "rnhmjoj",
+ "repo": "nixpkgs",
+ "rev": "55dc0d634c4d66611c5243900155a375cf15006d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "rnhmjoj",
+ "ref": "pr-fix-mkvtoolnix",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs-stable": {
"locked": {
"lastModified": 1783389287,
@@ -163,6 +179,7 @@
"nixpkgs": "nixpkgs_2",
"nixpkgs-kerneol": "nixpkgs-kerneol",
"nixpkgs-master": "nixpkgs-master",
+ "nixpkgs-pr540730": "nixpkgs-pr540730",
"nixpkgs-stable": "nixpkgs-stable",
"nvidia-patch": "nvidia-patch",
"sops-nix": "sops-nix"
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";
});
};