about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2024-06-30 16:20:17 +0200
committerGitHub <noreply@github.com>2024-06-30 16:20:17 +0200
commit0ccaf326caa8d8ec752bf9c02bf899b4b6648e09 (patch)
tree5ac0ccb4dd6380c9464d8ff7abc94ba9786fe60d /pkgs
parent780006118670cccb7a516966822f84e7a00e75ad (diff)
parente00a842eae49de979d79da674d573fd19a5c4257 (diff)
Merge pull request #323563 from r-ryantm/auto-update/recyclarr
recyclarr: 6.0.2 -> 7.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/video/recyclarr/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/video/recyclarr/default.nix b/pkgs/tools/video/recyclarr/default.nix
index 6db69039205cb..aef05e2a731fb 100644
--- a/pkgs/tools/video/recyclarr/default.nix
+++ b/pkgs/tools/video/recyclarr/default.nix
@@ -26,10 +26,10 @@ let
     or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
 
   hash = {
-    x64-linux_hash = "sha256-Skf3wY52B6KnWS8YurAL0b5Sdkvp4YYn3IvHrAKyvK8=";
-    arm64-linux_hash = "sha256-66OCz13eLyAfEC3kYUniqq+QhsHoZNBJieXmmsLG5eM=";
-    x64-osx_hash = "sha256-6cNpfcjwgfxZRlBnZQrZLMPaXDHEXSbS3Z/qcx1Z3HA=";
-    arm64-osx_hash = "sha256-OkM+LgqXOHzyzEWH6D3czH86Sncym9FpfTFaacp2aN0=";
+    x64-linux_hash = "sha256-LMAY1UIwvB+ne4rpwLKaYO6QGTwdiS3YBndr73zIzvQ=";
+    arm64-linux_hash = "sha256-by3PSYdN7TPjA0Cx4pfzIbpZ/YVU1agfcuvuZh6mbfU=";
+    x64-osx_hash = "sha256-/YqdlVktgbBUNdm+mAD053pf6wCMXYt6gQP+iTQdKqw=";
+    arm64-osx_hash = "sha256-2RRQGNTztK14KDFRqgpagNCWTizHVNY67psaxFfyDZ4=";
   }."${arch}-${os}_hash";
 
   libPath = {
@@ -40,7 +40,7 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "recyclarr";
-  version = "6.0.2";
+  version = "7.0.0";
 
   src = fetchurl {
     url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";