Merge pull request #35118 from adisbladis/nodejs-6_13_0

nodejs: 6.12.3 -> 6.13.0
This commit is contained in:
adisbladis 2018-02-21 13:15:48 +08:00 committed by GitHub
commit 44c4b70f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.12.3";
sha256 = "1p6w7ngp95lc3ksyklp1mwyq1f02vz62r1h60g1ri00pl8pnfn0s";
version = "6.13.0";
sha256 = "012dpfqxsrmd3xc4dmq0mik1kab4czf56s8wm2jvm7xjqvi6y5mp";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
}