nodejs-16_x: 16.9.1 -> 16.10.0
(cherry picked from commit 76ba113d716004273d26ecf5a61e5f89cd7c41d6)
This commit is contained in:
parent
24201b1848
commit
de72e6df13
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "16.9.1";
|
version = "16.10.0";
|
||||||
sha256 = "070k8i9a65r03xdchr200qixv053mim5irfvgg4pl3h57k2hxxcp";
|
sha256 = "04krpy0r8msv64rcf0vy2l2yzf0a401km8p5p7h12j9b4g51mp4p";
|
||||||
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
|
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue