nodejs-14_x: 14.17.4 -> 14.17.5

https://github.com/nodejs/node/releases/tag/v14.17.5
This commit is contained in:
Mario Rodas 2021-08-11 19:01:00 -05:00 committed by Raphael Megzari
parent 16adcc430c
commit 2a14fcb7f9

View File

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