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", "pname": "SixLabors.ImageSharp",
"version": "3.1.8", "version": "3.1.9",
"hash": "sha256-cE9BQfbCvJ0Mf+fQiTD8elOZEPcfZHjDz2BHdiO+D08=" "hash": "sha256-sB1wGc419iqT+Stm+RFMFhBy3LM0YnHhrgmhYiGlf4Q="
}, },
{ {
"pname": "Swashbuckle.AspNetCore.Annotations", "pname": "Swashbuckle.AspNetCore.Annotations",

View File

@ -21,7 +21,7 @@
applyPatches, applyPatches,
}: }:
let let
version = "5.25.0.10024"; version = "5.26.2.10099";
# The dotnet8 compatibility patches also change `yarn.lock`, so we must pass # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass
# the already patched lockfile to `fetchYarnDeps`. # the already patched lockfile to `fetchYarnDeps`.
src = applyPatches { src = applyPatches {
@ -29,7 +29,7 @@ let
owner = "Radarr"; owner = "Radarr";
repo = "Radarr"; repo = "Radarr";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Pzdkm9oxPJRdzdCjRC22XgLBS5ffBY5u9m2QwkoZzOM="; hash = "sha256-7tU9oxE1F/dcR5bwb/qHyux3WA6lEwdozLloDgOMVbU=";
}; };
postPatch = '' postPatch = ''
mv src/NuGet.config NuGet.Config mv src/NuGet.config NuGet.Config