From 462106e397ff07ec187dfa5ea577d06300736493 Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Sat, 15 Feb 2025 12:37:45 +0100 Subject: [PATCH 1/2] sonarr: fix lint error in update script --- pkgs/by-name/so/sonarr/update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/so/sonarr/update.py b/pkgs/by-name/so/sonarr/update.py index 62ac18f48ac7..05d1933a1d23 100644 --- a/pkgs/by-name/so/sonarr/update.py +++ b/pkgs/by-name/so/sonarr/update.py @@ -116,7 +116,8 @@ with tempfile.TemporaryDirectory() as work_dir: old_source_hash: new_source_hash, }) - # We need access to the patched and updated src to get the patched `yarn.lock`. + # We need access to the patched and updated src to get the patched + # `yarn.lock`. patched_src = os.path.join(work_dir, "patched-src") subprocess.run( [ From c52adeb97cce28ed85530f2b49f62e82da4afbf3 Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Sat, 15 Feb 2025 12:32:57 +0100 Subject: [PATCH 2/2] sonarr: 4.0.12.2823 -> 4.0.13.2932 --- pkgs/by-name/so/sonarr/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/so/sonarr/package.nix b/pkgs/by-name/so/sonarr/package.nix index d0b3293a494f..88bd0da6bee8 100644 --- a/pkgs/by-name/so/sonarr/package.nix +++ b/pkgs/by-name/so/sonarr/package.nix @@ -21,7 +21,7 @@ applyPatches, }: let - version = "4.0.12.2823"; + version = "4.0.13.2932"; # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass # the already patched lockfile to `fetchYarnDeps`. src = applyPatches { @@ -29,7 +29,7 @@ let owner = "Sonarr"; repo = "Sonarr"; tag = "v${version}"; - hash = "sha256-gAvbA3Idx73QEDthLwrM8Jbt6YhXxK8LzEJI6eF2k20="; + hash = "sha256-BR7CU8q+L2CY2UqR9n0cbX9R7ergzRPPvSrLl7Cn7EU="; }; patches = [