[Backport release-26.05] radarr: 6.2.1.10461 -> 6.3.0.10514 (#542198)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-15 11:58:01 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -808,9 +808,9 @@
},
{
"pname": "Servarr.FFprobe",
"version": "5.1.4.112",
"hash": "sha256-OdPIvZcrGj0XaqFJQCnrPt0zgPPvB5nd7WpYFF9Bnh0=",
"url": "https://pkgs.dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_packaging/783c2dce-dbc3-4218-8816-4a5e12af4d84/nuget/v3/flat2/servarr.ffprobe/5.1.4.112/servarr.ffprobe.5.1.4.112.nupkg"
"version": "5.1.10.124",
"hash": "sha256-7/xXsQNQGIAF+KtVln2x5QnLs0L1zyDmusyJESOsNP8=",
"url": "https://pkgs.dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_packaging/783c2dce-dbc3-4218-8816-4a5e12af4d84/nuget/v3/flat2/servarr.ffprobe/5.1.10.124/servarr.ffprobe.5.1.10.124.nupkg"
},
{
"pname": "SharpZipLib",

View File

@@ -21,7 +21,7 @@
applyPatches,
}:
let
version = "6.2.1.10461";
version = "6.3.0.10514";
# 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 = "Radarr";
repo = "Radarr";
tag = "v${version}";
hash = "sha256-gDEMahF0uhwlOisD0gWzY3M17mXftKBm9gN5Uaatqsk=";
hash = "sha256-1CAcsqhdAH2dOcOMVyIlaqEmCKDwXNUJf3SuVuJEZ7E=";
};
postPatch = ''
mv src/NuGet.config NuGet.Config