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

nodejs-13_x: 13.12.0 -> 13.13.0
This commit is contained in:
Mario Rodas 2020-04-14 22:04:02 -05:00 committed by GitHub
commit 7120b88d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.12.0";
sha256 = "199qcvzikdzw0h25v9dws77fff6hbvr8dj50lyzlnkya1dd6fzhd";
version = "13.13.0";
sha256 = "0wy7d2alli59gwl73hpaf3bz1wxkkcw5yjsgyz42695fz86p64b7";
}