Merge pull request #199071 from marsam/update-nodejs-14_x

nodejs-14_x: 14.20.1 -> 14.21.0
This commit is contained in:
Mario Rodas 2022-11-01 20:20:19 -05:00 committed by GitHub
commit 6cd880e0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.20.1";
sha256 = "sha256-NlBX6mYZI8v6cb3XqNCs6d3/jSLUMa2SNV+EM87P8U0=";
version = "14.21.0";
sha256 = "sha256-O0vawbrMxUuu4uPbyre7Y1Ikxxbudu5Jqk9vVMKPeZE=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}