nodejs-17_x: 17.3.1 -> 17.4.0

This commit is contained in:
R. Ryantm
2022-01-19 06:06:13 +00:00
parent 48965506a1
commit ffec833eb1
+2 -2
View File
@@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.3.1";
sha256 = "070xy8rk5z6jmxiay95sjw0jld6pp2ymig7ryypday5aaiw8y26g";
version = "17.4.0";
sha256 = "1ch1hc5qc13qbk7gmpw729wb7s9kmda6sjlhzdw53iq6fzq7336g";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.