nodejs-13_x: 13.8.0 -> 13.9.0

Changelog: https://github.com/nodejs/node/releases/tag/v13.9.0
This commit is contained in:
Mario Rodas 2020-02-19 04:20:00 -05:00
parent 20e399e579
commit 53bd4a2156
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.8.0";
sha256 = "1h437yvg43xci35rvp55gvb94rddkf4j9i9iw81bmkwhvb4h8qdv";
version = "13.9.0";
sha256 = "0z68hj3z2y8aj4bc14h77mj5l99jb4ljjc10gp0dpg8s4g1x5xzw";
}