Merge pull request #84742 from marsam/update-nodejs-10_x

nodejs-10_x: 10.19.0 -> 10.20.0
This commit is contained in:
Mario Rodas 2020-04-08 19:33:55 -05:00 committed by GitHub
commit dfd0cf385f
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.19.0";
sha256 = "0sginvcsf7lrlzsnpahj4bj1f673wfvby8kaxgvzlrbb7sy229v2";
version = "10.20.0";
sha256 = "0cvjwnl0wkcsyw3kannbdv01s235wrnp11n2s6swzjx95gpichfi";
}