nodejs-10_x: 10.17.0 -> 10.18.0

Changelog: https://github.com/nodejs/node/releases/tag/v10.18.0
This commit is contained in:
Mario Rodas 2019-12-18 14:00:00 -05:00
parent fb1bc1b891
commit 60ff61be3f

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.17.0";
sha256 = "13n5cvb340ba7vwm8il7bjrmpz89h6cibhk9rc3kq9ymdgbnf9j1";
version = "10.18.0";
sha256 = "1ppycqffsy7ix6whdp6id7ld1qizwvjlzxyk12kxw4wphjmn49hb";
}