nodejs-10_x: 10.18.1 -> 10.19.0
Changelog: https://github.com/nodejs/node/releases/tag/v10.19.0
This commit is contained in:
parent
f8a38f67bd
commit
f3dc056ff6
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.18.1";
|
||||
sha256 = "0dgax08lkgjvafp6i0c5h8wqqs0w49j8mh8fqi6ppbrryhviibrr";
|
||||
version = "10.19.0";
|
||||
sha256 = "0sginvcsf7lrlzsnpahj4bj1f673wfvby8kaxgvzlrbb7sy229v2";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue