Skip to content

Commit 57fa0ac

Browse files
authored
Merge pull request #329865 from r-ryantm/auto-update/renovate
renovate: 37.431.7 -> 37.440.7
2 parents 2c8e307 + 6ae5cdb commit 57fa0ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/renovate/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
stdenv'.mkDerivation (finalAttrs: {
2323
pname = "renovate";
24-
version = "37.431.7";
24+
version = "37.440.7";
2525

2626
src = fetchFromGitHub {
2727
owner = "renovatebot";
2828
repo = "renovate";
2929
rev = "refs/tags/${finalAttrs.version}";
30-
hash = "sha256-aaqsScfi0pXfrxOJ7xjPxtV9m9EUadhivagcAddP8HY=";
30+
hash = "sha256-VMv55BVeauRa/hmg1Y7D15ltAbccdcMd4Azk5IInuH0=";
3131
};
3232

3333
postPatch = ''
@@ -44,7 +44,7 @@ stdenv'.mkDerivation (finalAttrs: {
4444

4545
pnpmDeps = pnpm_9.fetchDeps {
4646
inherit (finalAttrs) pname version src;
47-
hash = "sha256-atTs7sYxiioCXO5r6C07UULztquKgWCi+A2iqq+30VQ=";
47+
hash = "sha256-ZYQ7G2BKkRxuyg31dysim+P1Vje0VysJm+UFyy4xuKI=";
4848
};
4949

5050
env.COREPACK_ENABLE_STRICT = 0;

0 commit comments

Comments
 (0)