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

nodejs-13_x: 13.11.0 -> 13.12.0
This commit is contained in:
Mario Rodas 2020-03-26 22:51:40 -05:00 committed by GitHub
commit ef5318cde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.11.0";
sha256 = "07r9xwjmiip9zmgfq77f3av3p93adc5cphj07idph1l8ws1j2h75";
version = "13.12.0";
sha256 = "199qcvzikdzw0h25v9dws77fff6hbvr8dj50lyzlnkya1dd6fzhd";
}