nodejs-14_x: 14.15.3 -> 14.15.4

https://github.com/nodejs/node/releases/tag/v14.15.4
This commit is contained in:
Mario Rodas 2021-01-05 16:22:00 -05:00
parent 9536e4745d
commit b8d7691ebe

View file

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