Merge pull request #112704 from marsam/update-nodejs-12_x

nodejs-12_x: 12.20.1 -> 12.20.2
This commit is contained in:
Mario Rodas 2021-02-10 22:48:59 -05:00 committed by GitHub
commit 30cbff7820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}