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

nodejs-12_x: 12.22.11 -> 12.22.12
This commit is contained in:
Mario Rodas 2022-04-05 17:03:12 -05:00 committed by GitHub
commit b5cfe0660e
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.11";
sha256 = "sha256-XoHaJv1bH4lxRIOrqmjj2jBFI+QzTHjEm/p6A+541vE=";
version = "12.22.12";
sha256 = "1whl0zi6fs9ay33bhcn2kh9xynran05iipahg1zzr6sv97wbfhmw";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}