Merge pull request #145865 from r-ryantm/auto-update/nodejs-17_x

nodejs-17_x: 17.0.1 -> 17.1.0
This commit is contained in:
Mario Rodas 2021-11-14 09:03:50 -05:00 committed by GitHub
commit f5d73f1aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.0.1";
sha256 = "071lhqbn103rnn8avqmqwnn2k4yqgcymx624f23k8z6bfbw81i3f";
version = "17.1.0";
sha256 = "1iyazwpgv3pxqh7zz3s87qwrbahifrj9sj1a2vwhkc4jxcvkz03b";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}