Skip to content

Commit

Permalink
sonarr: 4.0.9.2244 -> 4.0.10.2544 (#354995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 14, 2024
2 parents 360e882 + 113f56a commit 8d353b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/so/sonarr/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/so/sonarr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
, prefetch-yarn-deps
}:
let
version = "4.0.9.2244";
version = "4.0.10.2544";
src = fetchFromGitHub {
owner = "Sonarr";
repo = "Sonarr";
rev = "v${version}";
hash = "sha256-RDhJUf8P2STTug69EGozW0q87qDE40jf5G7n7pezWeY=";
hash = "sha256-5mP+fleZDYL/XU23r+dGDeAbNfFz7eVrvYW+vJ6KVV8=";
};
rid = dotnetCorePackages.systemToDotnetRid stdenvNoCC.hostPlatform.system;
in
Expand All @@ -40,7 +40,7 @@ buildDotnetModule {

yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-qL8vNKf0XqpO/TUfKMXbfrmRVAqnvKLREAjcsAYDqeE=";
hash = "sha256-7jHx7TW/oLQuYVmjd4rPMqW2sZbC/AiEUqeEd19LoWk=";
};

ffprobe = lib.optionalDrvAttr withFFmpeg (lib.getExe' ffmpeg "ffprobe");
Expand Down

0 comments on commit 8d353b9

Please sign in to comment.