Merge pull request #82386 from marsam/update-nodejs-13_x

nodejs-13_x: 13.10.1 -> 13.11.0
This commit is contained in:
Mario Rodas 2020-03-12 07:06:31 -05:00 committed by GitHub
commit c5f7e60252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.10.1";
sha256 = "14pvqwhilq210zn830zmh04a62rj3si0ijc4ihrhdf3dvghrx2c3";
version = "13.11.0";
sha256 = "07r9xwjmiip9zmgfq77f3av3p93adc5cphj07idph1l8ws1j2h75";
}