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

nodejs-17_x: 17.7.2 -> 17.8.0
This commit is contained in:
Pascal Bach 2022-03-25 13:26:49 +01:00 committed by GitHub
commit 08e1edba22
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.7.2";
sha256 = "sha256-OuXnTgsWIoz37faIU1mp0uAZrIQ5BsXgGUjXRvq6Sq8=";
version = "17.8.0";
sha256 = "0jsf6sv42rzpizvil7g1gf9bskh8lx0gcxg0yzpr4hk7mx7i90br";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];