Unverified Commit 59359453 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

prowlarr: 2.0.5.5160 -> 2.1.5.5216 (#456352)

parents da1ac58c c744a05c
Loading
Loading
Loading
Loading
+125 −313

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  applyPatches,
}:
let
  version = "2.0.5.5160";
  version = "2.1.5.5216";
  # The dotnet8 compatibility patches also change `yarn.lock`, so we must pass
  # the already patched lockfile to `fetchYarnDeps`.
  src = applyPatches {
@@ -27,7 +27,7 @@ let
      owner = "Prowlarr";
      repo = "Prowlarr";
      tag = "v${version}";
      hash = "sha256-xSAEDcBaItA+retaSKtEI6wlwj5Knfi4RwUN6GGYms0=";
      hash = "sha256-/7U1V1/fF8fobVwQa/IzCGWIUIKMrSxTyj9KZhmfJ/E=";
    };
    postPatch = ''
      mv src/NuGet.config NuGet.Config