From e9deb974dc8fdec543e1267942dbb36690432eac Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 22 Jun 2025 14:38:53 -0400 Subject: [PATCH] sonarr: 4.0.14.2939 -> 4.0.15.2941 --- 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 b9750fff28b2..d524ab3cc5c0 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.14.2939"; + version = "4.0.15.2941"; # 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-gtEDrAosI0Kyk712Kf8QDuloUBq9AArKdukX/PKAo8M="; + hash = "sha256-1lBUkodBDFpJD7pyHAFb8HRLrbK8wyAboX0A2oBQnTM="; }; postPatch = '' mv src/NuGet.Config NuGet.Config