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

nodejs-17_x: 17.8.0 -> 17.9.0
This commit is contained in:
Mario Rodas 2022-04-08 13:05:58 -05:00 committed by GitHub
commit 5ad3c9f80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.8.0";
sha256 = "0jsf6sv42rzpizvil7g1gf9bskh8lx0gcxg0yzpr4hk7mx7i90br";
version = "17.9.0";
sha256 = "1q1rr9kvlk9rd35x3x206iy894hq2ywyhqxbb6grak6wcvdgcnan";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];