nodejs-14_x: 14.17.3 -> 14.17.4

https://github.com/nodejs/node/releases/tag/v14.17.4
(cherry picked from commit c7a1fddc2fe23ff2238ab5e514c1d66f757b401e)
This commit is contained in:
Mario Rodas 2021-07-29 04:20:00 +00:00
parent ce18ca3fa5
commit 5c93bb912e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.17.3";
sha256 = "0j3zd5vavsapqs9h682mr8r5i7xp47n0w4vjvm8rw3rn3dg4p2sb";
version = "14.17.4";
sha256 = "0b6gadc53r07gx6qr6281ifr5m9bgprmfdqyz9zh5j7qhkkz8yxf";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}