Skip to content

Commit

Permalink
renovate: 39.137.1 -> 39.153.1 (NixOS#378368)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Feb 1, 2025
2 parents 4a0c7d8 + 359fe36 commit ff02012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/renovate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "renovate";
version = "39.137.1";
version = "39.153.1";

src = fetchFromGitHub {
owner = "renovatebot";
repo = "renovate";
tag = finalAttrs.version;
hash = "sha256-E3J+jEd21j5r4iaa4D2mNbWcwfwyzcaHTHiD3jBVXlQ=";
hash = "sha256-QKCUHwm6c50wTDFbmAqhh/tV8Lzx9HD4U9k7ke6t8OE=";
};

postPatch = ''
Expand All @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-ljhRpFMafpB0xbmGVoh8Icwm0c0dr7JPqAA/6sln03w=";
hash = "sha256-MTkbRQnimEXP4XepJ+x2KGHtJTkqN9WBWvisAHH/j18=";
};

env.COREPACK_ENABLE_STRICT = 0;
Expand Down

0 comments on commit ff02012

Please sign in to comment.