Skip to content

Commit 01b8100

Browse files
nyanloutreniklaskorz
authored andcommitted
radarr: 5.25.0.10024 -> 5.26.2.10099
1 parent 20deb8c commit 01b8100

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/ra/radarr/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/ra/radarr/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
applyPatches,
2222
}:
2323
let
24-
version = "5.25.0.10024";
24+
version = "5.26.2.10099";
2525
# The dotnet8 compatibility patches also change `yarn.lock`, so we must pass
2626
# the already patched lockfile to `fetchYarnDeps`.
2727
src = applyPatches {
2828
src = fetchFromGitHub {
2929
owner = "Radarr";
3030
repo = "Radarr";
3131
tag = "v${version}";
32-
hash = "sha256-Pzdkm9oxPJRdzdCjRC22XgLBS5ffBY5u9m2QwkoZzOM=";
32+
hash = "sha256-7tU9oxE1F/dcR5bwb/qHyux3WA6lEwdozLloDgOMVbU=";
3333
};
3434
postPatch = ''
3535
mv src/NuGet.config NuGet.Config

0 commit comments

Comments
 (0)