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

nodejs-14_x: 14.15.1 -> 14.15.3
This commit is contained in:
Mario Rodas 2020-12-20 22:16:08 -05:00 committed by GitHub
commit 5306274c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.15.1";
sha256 = "1g61vqsgq3jsipw2fckj68i4a4pi1iz1kbw7mlw8jmzp8rl46q81";
version = "14.15.3";
sha256 = "1zplrfhsrqblvq2wxf5386wc9hf11k42jaw4mzgwy5dxx6dv3krj";
patches = stdenv.lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}