nodejs-17_x: 17.0.1 -> 17.1.0

This commit is contained in:
R. Ryantm 2021-11-14 05:54:10 +00:00
parent a6b0f5af47
commit 3067b83e14

View File

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