prowlarr: 2.1.5.5216 -> 2.3.0.5236 (#463572)

This commit is contained in:
Colin
2025-11-30 20:03:07 +00:00
committed by GitHub
+4 -3
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
stdenvNoCC,
fetchFromGitHub,
buildDotnetModule,
@@ -19,7 +20,7 @@
applyPatches,
}:
let
version = "2.1.5.5216";
version = "2.3.0.5236";
# The dotnet8 compatibility patches also change `yarn.lock`, so we must pass
# the already patched lockfile to `fetchYarnDeps`.
src = applyPatches {
@@ -27,7 +28,7 @@ let
owner = "Prowlarr";
repo = "Prowlarr";
tag = "v${version}";
hash = "sha256-/7U1V1/fF8fobVwQa/IzCGWIUIKMrSxTyj9KZhmfJ/E=";
hash = "sha256-ImRmOn53TMgozdkVPK5B0pXJTbFWoxy8PLQ2WoOdUcE=";
};
postPatch = ''
mv src/NuGet.config NuGet.Config
@@ -72,7 +73,7 @@ buildDotnetModule {
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
doCheck = true;
doCheck = !stdenv.hostPlatform.isDarwin;
__darwinAllowLocalNetworking = true; # for tests