nodejs-14_x: 14.17.4 -> 14.17.5
https://github.com/nodejs/node/releases/tag/v14.17.5 (cherry picked from commit 2a14fcb7f943d82e34ae68540fee6217d14a5d44)
This commit is contained in:
parent
ffffe30c14
commit
7dc3972bf5
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "14.17.4";
|
version = "14.17.5";
|
||||||
sha256 = "0b6gadc53r07gx6qr6281ifr5m9bgprmfdqyz9zh5j7qhkkz8yxf";
|
sha256 = "1a0zj505nhpfcj19qvjy2hvc5a7gadykv51y0rc6032qhzzsgca2";
|
||||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue