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

nodejs-14_x: 14.11.0 -> 14.12.0
This commit is contained in:
Mario Rodas 2020-09-23 18:43:06 -05:00 committed by GitHub
commit c5e7517f91
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 = "14.11.0";
sha256 = "1sq5j9fpcj0sb9062fik35chkc3lgdbwj56fcza186qsfzrf9iji";
version = "14.12.0";
sha256 = "0c2mv208akyk10pmjfilxbdpi2gpb5zlb4h903lgqmr229kmnd3c";
}