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:
parent
20e399e579
commit
53bd4a2156
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "13.8.0";
|
||||
sha256 = "1h437yvg43xci35rvp55gvb94rddkf4j9i9iw81bmkwhvb4h8qdv";
|
||||
version = "13.9.0";
|
||||
sha256 = "0z68hj3z2y8aj4bc14h77mj5l99jb4ljjc10gp0dpg8s4g1x5xzw";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue