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

nodejs-13_x: 13.10.0 -> 13.10.1
This commit is contained in:
Mario Rodas 2020-03-05 07:43:42 -05:00 committed by GitHub
commit b5bf99e526
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 = "13.10.0";
sha256 = "11m8sisi3dmr70fpnb7xi6nljil3rm36liz0wfzd7kgxmv6p9mhj";
version = "13.10.1";
sha256 = "14pvqwhilq210zn830zmh04a62rj3si0ijc4ihrhdf3dvghrx2c3";
}