nodejs: 6.12.3 -> 6.13.0

This commit is contained in:
adisbladis 2018-02-18 22:57:57 +08:00
parent d4e1ef7b7b
commit e021254519
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

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