Merge pull request #177002 from marsam/revert-nodejs-16_x-update

Revert "nodejs-16_x: 16.15.0 -> 16.15.1"
This commit is contained in:
Mario Rodas 2022-06-09 03:39:02 -05:00 committed by GitHub
commit d2f72cbfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.15.1";
sha256 = "sha256-1OmdPB9pcREJpnUlVxBY5gCc3bwijn1yO4+0pFQWm30=";
version = "16.15.0"; # Do not upgrade until #176127 is solved
sha256 = "sha256-oPgS78Q/eDIeygiVeWCkj15r+XAE1QWMjdOwPGRupPc=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];