Unverified Commit 20e93920 authored by Colin's avatar Colin Committed by GitHub
Browse files

prowlarr: 2.1.5.5216 -> 2.3.0.5236 (#463572)

parents 2ce4146b 4c45637f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
{
  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