Mario Rodas 2021-02-10 04:20:00 +00:00
parent 99938e80fb
commit ac2784162f
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.20.1";
sha256 = "0lqq6a2byw4qmig98j45gqnl0593xdhx1dr9k7x2nnvhblrfw3p0";
version = "12.20.2";
sha256 = "0g3dxip7b5j7fzkw4b82ln93fphxn1zpdizbj1ikjv3hy00dc6ln";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}