forked from mirrors/nixpkgs
nodejs-13_x: 13.7.0 -> 13.8.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.8.0
This commit is contained in:
parent
181774386b
commit
e1168dc467
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "13.7.0";
|
||||
sha256 = "1fql5858aqny8krrqrgdp97kfia8xv0jlviwnm3akmv8i1i6xqkh";
|
||||
version = "13.8.0";
|
||||
sha256 = "1h437yvg43xci35rvp55gvb94rddkf4j9i9iw81bmkwhvb4h8qdv";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue