nodejs-10_x: 10.16.3 -> 10.17.0

Release notes: https://nodejs.org/en/blog/release/v10.17.0/
This commit is contained in:
Mario Rodas 2019-10-23 04:20:00 -05:00
parent e316e62b84
commit 7785f49b23
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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