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:
parent
e316e62b84
commit
7785f49b23
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.16.3";
|
||||
sha256 = "1gbblbmvx7a0wkgp3fs2pf5c1hymdpnfc7zqp1slg5hmfhyi5wbv";
|
||||
version = "10.17.0";
|
||||
sha256 = "13n5cvb340ba7vwm8il7bjrmpz89h6cibhk9rc3kq9ymdgbnf9j1";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue