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

nodejs-13_x: 13.9.0 -> 13.10.0
This commit is contained in:
Mario Rodas 2020-03-04 19:48:07 -05:00 committed by GitHub
commit a0951332fa
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.9.0";
sha256 = "0z68hj3z2y8aj4bc14h77mj5l99jb4ljjc10gp0dpg8s4g1x5xzw";
version = "13.10.0";
sha256 = "11m8sisi3dmr70fpnb7xi6nljil3rm36liz0wfzd7kgxmv6p9mhj";
}