Unverified Commit 804df741 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

sonarr: 4.0.16.2944 -> 4.0.17.2952 (#501809)

parents 18133841 265d204d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -955,8 +955,8 @@
  },
  {
    "pname": "SixLabors.ImageSharp",
    "version": "3.1.7",
    "hash": "sha256-jMD/FiIwW1kNhTI6hKig8/QFOO3eTQX/C22cSAcKBH4="
    "version": "3.1.12",
    "hash": "sha256-FR8v74w4P/1AZdW5ARW0y8zgDqLtvhxQmL1CKv68xR0="
  },
  {
    "pname": "Swashbuckle.AspNetCore.Annotations",
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
  applyPatches,
}:
let
  version = "4.0.16.2944";
  version = "4.0.17.2952";
  # 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 = "Sonarr";
      repo = "Sonarr";
      tag = "v${version}";
      hash = "sha256-ec/fxCUvKd6/+zrWLccnOsCwnZucZkEeCz9VpzdtjTg=";
      hash = "sha256-nOpCKQqX6lHBcLtIC18CZ0nCrhXTjpEPcO0L2/kcNEo=";
    };
    postPatch = ''
      mv src/NuGet.Config NuGet.Config