sonarr: 4.0.14.2939 -> 4.0.15.2941

+2 -2
+2 -2
pkgs/by-name/so/sonarr/package.nix
··· 21 applyPatches, 22 }: 23 let 24 - version = "4.0.14.2939"; 25 # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass 26 # the already patched lockfile to `fetchYarnDeps`. 27 src = applyPatches { ··· 29 owner = "Sonarr"; 30 repo = "Sonarr"; 31 tag = "v${version}"; 32 - hash = "sha256-gtEDrAosI0Kyk712Kf8QDuloUBq9AArKdukX/PKAo8M="; 33 }; 34 postPatch = '' 35 mv src/NuGet.Config NuGet.Config
··· 21 applyPatches, 22 }: 23 let 24 + version = "4.0.15.2941"; 25 # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass 26 # the already patched lockfile to `fetchYarnDeps`. 27 src = applyPatches { ··· 29 owner = "Sonarr"; 30 repo = "Sonarr"; 31 tag = "v${version}"; 32 + hash = "sha256-1lBUkodBDFpJD7pyHAFb8HRLrbK8wyAboX0A2oBQnTM="; 33 }; 34 postPatch = '' 35 mv src/NuGet.Config NuGet.Config