Unverified Commit 0d076635 authored by Marie's avatar Marie Committed by GitHub
Browse files

renovate: 43.29.2 -> 43.46.2 (#495305)

parents 0d9bc768 0bb1ec3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "renovate";
  version = "43.29.2";
  version = "43.46.2";

  src = fetchFromGitHub {
    owner = "renovatebot";
    repo = "renovate";
    tag = finalAttrs.version;
    hash = "sha256-cVM9nmz6q7PxSpVr0ErtlBMR18nTo0SV1lAjEISKJP4=";
    hash = "sha256-DXPCYlXA1/uRLZWn1C0Kc7B+ETdbhqgmFjG8D09Aumc=";
  };

  postPatch = ''
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
    inherit (finalAttrs) pname version src;
    pnpm = pnpm_10;
    fetcherVersion = 2;
    hash = "sha256-IxlnBoC7AvYgMOH9g8q1GaHWHPloK2XG5ODAFqVlH/8=";
    hash = "sha256-KR2viYLxbWmymFsK/OWaOy0e2O+xC5TKq+6WZ5bqTJk=";
  };

  env.COREPACK_ENABLE_STRICT = 0;