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

nodejs: 14.18.0 -> 14.18.1
This commit is contained in:
Mario Rodas 2021-10-13 00:02:02 -05:00 committed by GitHub
commit cdaa3dfde1
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.0";
sha256 = "0naqv0aglsqy51pyiz42xz7wx5pfsbyscpdl8rir6kmfl1c52j3b";
version = "14.18.1";
sha256 = "1vc9rypkgr5i5y946jnyr9jjpydxvm74p1s17rg2zayzvlddg89z";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}