sonarr: 4.0.16.2944 -> 4.0.17.2952 (#501809)

This commit is contained in:
Niklas Korz
2026-03-25 16:34:00 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -955,8 +955,8 @@
},
{
"pname": "SixLabors.ImageSharp",
"version": "3.1.7",
"hash": "sha256-jMD/FiIwW1kNhTI6hKig8/QFOO3eTQX/C22cSAcKBH4="
"version": "3.1.12",
"hash": "sha256-FR8v74w4P/1AZdW5ARW0y8zgDqLtvhxQmL1CKv68xR0="
},
{
"pname": "Swashbuckle.AspNetCore.Annotations",
+2 -2
View File
@@ -21,7 +21,7 @@
applyPatches,
}:
let
version = "4.0.16.2944";
version = "4.0.17.2952";
# 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-ec/fxCUvKd6/+zrWLccnOsCwnZucZkEeCz9VpzdtjTg=";
hash = "sha256-nOpCKQqX6lHBcLtIC18CZ0nCrhXTjpEPcO0L2/kcNEo=";
};
postPatch = ''
mv src/NuGet.Config NuGet.Config