Merge pull request #141447 from r-ryantm/auto-update/nodejs-12_x

nodejs-12_x: 12.22.6 -> 12.22.7
This commit is contained in:
Mario Rodas 2021-10-13 00:00:46 -05:00 committed by GitHub
commit 5d084a7450
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.22.6";
sha256 = "0yhgkcp7lx5nglxsrybbjymx1fys3wkbbhkj6h6652gnp0b2y0n2";
version = "12.22.7";
sha256 = "0sszg3k5jd26hymqhs5328kvnxsb3x78sg4gpna9lrvh92s26snc";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}