Merge pull request #118117 from marsam/update-nodejs-12_x

nodejs-12_x: 12.21.0 -> 12.22.0
This commit is contained in:
Mario Rodas 2021-03-30 20:57:47 -05:00 committed by GitHub
commit 2b5aed09ee
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 = "12.21.0";
sha256 = "17cp3sv6smpig5xq0z3xgnqdii6k8lm4n5d1nl9vasgmwsn3fbq5";
version = "12.22.0";
sha256 = "08xsc1pw6352v5lz92ppfhrcmqnbm6m5wmjfs9frz26lp875yp6z";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}