nodejs-17_x: 17.3.0 -> 17.3.1

main
Moritz Hedtke 2 years ago
parent 110aa80fe8
commit 4bfeab40d6
No known key found for this signature in database
GPG Key ID: 6794D45A488C2EDE
  1. 4
      pkgs/development/web/nodejs/v17.nix

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.3.0";
sha256 = "00sx046xmh75va7jh810npphnz3yrixifjhlj0jqysal93kc9r74";
version = "17.3.1";
sha256 = "070xy8rk5z6jmxiay95sjw0jld6pp2ymig7ryypday5aaiw8y26g";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.

Loading…
Cancel
Save