nodejs-6_x: 6.16.0 -> 6.17.0 (security)

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.17.0
This commit is contained in:
Will Dietz 2019-03-08 07:35:35 -06:00
parent afb4878391
commit 4df1c7234f
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.16.0";
sha256 = "0ikmpn1kvp5q8andmiyhpr99zniqs86sdlfk31sj3k0wvalq420d";
version = "6.17.0";
sha256 = "0j17cpl1mbqvbaa0bk9n3nd34jdyljbvm53gx8n64bhwly7cgnn1";
}