Merge pull request #148979 from r-ryantm/auto-update/nodejs

nodejs: 14.18.1 -> 14.18.2
This commit is contained in:
Mario Rodas 2021-12-08 01:45:23 -05:00 committed by GitHub
commit 9106ae6308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.18.1";
sha256 = "1vc9rypkgr5i5y946jnyr9jjpydxvm74p1s17rg2zayzvlddg89z";
version = "14.18.2";
sha256 = "02v8rjwm8492w91rfvxy369bm11wy3vlkl3dxcl3dkcb1zhrr2iy";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}