sonarr: 4.0.13.2932 -> 4.0.14.2939

This commit is contained in:
R. Ryantm 2025-03-19 23:02:36 +00:00
parent c4019a4b95
commit de5d171121
2 changed files with 4 additions and 4 deletions

View file

@ -955,8 +955,8 @@
},
{
"pname": "SixLabors.ImageSharp",
"version": "3.1.6",
"hash": "sha256-FQjLyC4158F1GyhlKjzjGo6TxAu698rYWTY9lkko/fA="
"version": "3.1.7",
"hash": "sha256-jMD/FiIwW1kNhTI6hKig8/QFOO3eTQX/C22cSAcKBH4="
},
{
"pname": "Swashbuckle.AspNetCore.Annotations",

View file

@ -21,7 +21,7 @@
applyPatches,
}:
let
version = "4.0.13.2932";
version = "4.0.14.2939";
# 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-BR7CU8q+L2CY2UqR9n0cbX9R7ergzRPPvSrLl7Cn7EU=";
hash = "sha256-gtEDrAosI0Kyk712Kf8QDuloUBq9AArKdukX/PKAo8M=";
};
patches =
[