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

nodejs-14_x: 14.10.1 -> 14.11.0
This commit is contained in:
Mario Rodas 2020-09-15 21:02:37 -05:00 committed by GitHub
commit 822c15eb47
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.10.1";
sha256 = "1dymx9j3g6wbbdmw6083yg49ydxwfl2fgy9i8jxpngnskvwq4lrb";
version = "14.11.0";
sha256 = "1sq5j9fpcj0sb9062fik35chkc3lgdbwj56fcza186qsfzrf9iji";
}