renovate: 43.29.2 -> 43.46.2 (#495305)

This commit is contained in:
Marie
2026-03-01 15:31:23 +00:00
committed by GitHub
+3 -3
View File
@@ -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;