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

nodejs-13_x: 13.6.0 -> 13.7.0
This commit is contained in:
Mario Rodas 2020-01-24 08:12:45 -05:00 committed by GitHub
commit ee28f38a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.6.0";
sha256 = "0jf9nn5i1bijmrcgjvkp37fyz63lwwmxjh7nxipn2vw2qdx6ngsm";
version = "13.7.0";
sha256 = "1fql5858aqny8krrqrgdp97kfia8xv0jlviwnm3akmv8i1i6xqkh";
}