1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

nodejs-12_x: 12.21.0 -> 12.22.0

https://github.com/nodejs/node/releases/tag/v12.22.0
This commit is contained in:
Mario Rodas 2021-03-30 04:20:00 +00:00
parent 40a8901d20
commit f376634cea

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;
}