File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121in
2222stdenv' . 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 ;
You can’t perform that action at this time.
0 commit comments