Merge pull request #33318 from adisbladis/nodejs-minor

Nodejs minor releases
This commit is contained in:
adisbladis 2018-01-03 13:19:38 +01:00 committed by GitHub
commit 9e40842006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "4.8.5";
sha256 = "0lqdnnihmc2wpl1v1shj60i49wka2354b00a86k0xbjg5gyfx2m4";
version = "4.8.7";
sha256 = "1y21wq092d3gmccm2zldbflbbbx7a71wi9l0bpkxvzmgws69liq3";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
}

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.11.5";
sha256 = "1bwakrvy0if5spbymwpb05qwrb47xwzlnc42rapgp6b744ay8v8w";
version = "6.12.2";
sha256 = "1z6sn4b973sxw0h9hd38rjq6cqdkzl5gsd48f793abvarwgpqrrk";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ];
}

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.9.1";
sha256 = "1q0p9zl260pd8038yvn13lw5whs480dy11ar2ijcm2hgyqhhq5pg";
version = "8.9.3";
sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}