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

nodejs-16_x: 16.16.0 -> 16.17.0
This commit is contained in:
Mario Rodas 2022-08-16 08:58:47 -05:00 committed by GitHub
commit 077f502a1d
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.16.0";
sha256 = "sha256-FFFR7/Oyql6+czhACcUicag3QK5oepPJjGKM19UnNus=";
version = "16.17.0";
sha256 = "sha256-HSjChWheRGmFkhvJY1ZcqcDF9P2pdV5InAaAjql5VkU=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996