radarr: 5.25.0.10024 -> 5.26.2.10099

This commit is contained in:
Paul TREHIOU 2025-06-16 08:57:35 +00:00 committed by Niklas Korz
parent 20deb8ca9a
commit 01b810021c
2 changed files with 4 additions and 4 deletions

View File

@ -970,8 +970,8 @@
},
{
"pname": "SixLabors.ImageSharp",
"version": "3.1.8",
"hash": "sha256-cE9BQfbCvJ0Mf+fQiTD8elOZEPcfZHjDz2BHdiO+D08="
"version": "3.1.9",
"hash": "sha256-sB1wGc419iqT+Stm+RFMFhBy3LM0YnHhrgmhYiGlf4Q="
},
{
"pname": "Swashbuckle.AspNetCore.Annotations",

View File

@ -21,7 +21,7 @@
applyPatches,
}:
let
version = "5.25.0.10024";
version = "5.26.2.10099";
# 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 = "Radarr";
repo = "Radarr";
tag = "v${version}";
hash = "sha256-Pzdkm9oxPJRdzdCjRC22XgLBS5ffBY5u9m2QwkoZzOM=";
hash = "sha256-7tU9oxE1F/dcR5bwb/qHyux3WA6lEwdozLloDgOMVbU=";
};
postPatch = ''
mv src/NuGet.config NuGet.Config