nodejs: 14.18.0 -> 14.18.1
(cherry picked from commit 574ab51aa96701a1a6cec7435c6945a181fe2d63)
This commit is contained in:
parent
1084c0387c
commit
6159be2511
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "14.18.0";
|
||||
sha256 = "0naqv0aglsqy51pyiz42xz7wx5pfsbyscpdl8rir6kmfl1c52j3b";
|
||||
version = "14.18.1";
|
||||
sha256 = "1vc9rypkgr5i5y946jnyr9jjpydxvm74p1s17rg2zayzvlddg89z";
|
||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue