nodejs: 14.17.6 -> 14.18.0

(cherry picked from commit f5a81c9e61902733bfcdbefbd8c9973cdfc44871)
This commit is contained in:
R. RyanTM 2021-09-29 03:07:06 +00:00 committed by Mario Rodas
parent de72e6df13
commit c4f4ea01f3
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.17.6";
sha256 = "0pmd0haav2ychhcsw44klx6wfn8c7j1rsw08rc8hcm5i3h5wsn7l";
version = "14.18.0";
sha256 = "0naqv0aglsqy51pyiz42xz7wx5pfsbyscpdl8rir6kmfl1c52j3b";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}