Merge pull request #52511 from marsam/update-nodejs

nodejs: 6.14.4 -> 6.15.1, 8.12.0 -> 8.14.1
This commit is contained in:
Silvan Mosberger 2018-12-31 02:59:46 +01:00 committed by GitHub
commit ced986ccb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.14.4";
sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws";
version = "6.15.1";
sha256 = "1hi9h54ni7m1lmhfqvwxdny969j31mixxlxsiyl00l2bj25fbgf3";
}

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.12.0";
sha256 = "16j1rrxkhmvpcw689ndw1raql1gz4jqn7n82z55zn63c05cgz7as";
version = "8.14.1";
sha256 = "16vb5baw6nk71n7jfbyd9x8qi0kbkzv2bw1rczy7dyyz7n08gpxi";
}