mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sonarr: 4.0.13.2932 -> 4.0.14.2939
This commit is contained in:
parent
c4019a4b95
commit
de5d171121
2 changed files with 4 additions and 4 deletions
4
pkgs/by-name/so/sonarr/deps.json
generated
4
pkgs/by-name/so/sonarr/deps.json
generated
|
@ -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",
|
||||
|
|
|
@ -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 =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue