sonarr: 4.0.10.2544 -> 4.0.11.2680

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-12-06 20:02:15 +01:00
parent f145dbde15
commit 93a5e4a31a
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 1771 additions and 353 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,12 +18,12 @@
, prefetch-yarn-deps
}:
let
version = "4.0.10.2544";
version = "4.0.11.2680";
src = fetchFromGitHub {
owner = "Sonarr";
repo = "Sonarr";
rev = "v${version}";
hash = "sha256-5mP+fleZDYL/XU23r+dGDeAbNfFz7eVrvYW+vJ6KVV8=";
tag = "v${version}";
hash = "sha256-+Ezr+O5BeOAf21l1TjHSQ7OoHPuQ9HXVvmuQvo8V9ss=";
};
rid = dotnetCorePackages.systemToDotnetRid stdenvNoCC.hostPlatform.system;
in
@ -40,7 +40,7 @@ buildDotnetModule {
yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-7jHx7TW/oLQuYVmjd4rPMqW2sZbC/AiEUqeEd19LoWk=";
hash = "sha256-S1USzvQ/BcIr+od+gQd+uWxaEz5/qtyOkuIIVK5b7lg=";
};
ffprobe = lib.optionalDrvAttr withFFmpeg (lib.getExe' ffmpeg "ffprobe");