Merge pull request #88235 from marsam/update-nodejs-14_x

nodejs-14_x: 14.2.0 -> 14.3.0
This commit is contained in:
Mario Rodas 2020-05-19 22:31:56 -05:00 committed by GitHub
commit c5d076ef99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.2.0";
sha256 = "1kqnkqkv2chw9s0hazbaba5y1555h526825xqk4rr441wcxcrzcf";
version = "14.3.0";
sha256 = "0xqs9z0pxx8m5dk9gm1r9pxfk9vdmpvfsj94mfdkqar578nfm8gi";
}