radarr: 5.25.0.10024 -> 5.26.2.10099
This commit is contained in:
parent
20deb8ca9a
commit
01b810021c
4
pkgs/by-name/ra/radarr/deps.json
generated
4
pkgs/by-name/ra/radarr/deps.json
generated
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user