Merge pull request #86211 from marsam/update-nodejs-12_x

nodejs-12_x: 12.16.2 -> 12.16.3
This commit is contained in:
Mario Rodas 2020-04-28 20:41:35 -05:00 committed by GitHub
commit af6f00d552
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 = "12.16.2";
sha256 = "0y5yd6h13fr34byi7h5xdjaivgcxiz0ykcmpk9nm5ra01b54fp2m";
version = "12.16.3";
sha256 = "18srfcv9zi39960szdnd4rgfj9w295z1agjvpw8arwn75449nmgh";
}