Merge pull request #48186 from holidaycheck/nodejs-10.12

nodejs: 10.11.0 -> 10.12.0
This commit is contained in:
Alexey Shmalko 2018-10-13 17:35:51 +03:00 committed by GitHub
commit 3712da10d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.11.0";
sha256 = "16wfgwnb2yd6y608svj2fizdq3sid44m0wqn4swkvclxb71444mr";
version = "10.12.0";
sha256 = "1r0aqcxafha13ks8586x77n77zi88db259cpaix0y1ivdh6qkkfr";
}