Merge pull request #34860 from vcunat/p/nodejs-6_x
nodejs: 6.12.2 -> 6.12.3 (maintenance)
This commit is contained in:
commit
d66174e4dc
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "6.12.2";
|
||||
sha256 = "1z6sn4b973sxw0h9hd38rjq6cqdkzl5gsd48f793abvarwgpqrrk";
|
||||
version = "6.12.3";
|
||||
sha256 = "1p6w7ngp95lc3ksyklp1mwyq1f02vz62r1h60g1ri00pl8pnfn0s";
|
||||
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue