Merge pull request #171407 from r-ryantm/auto-update/nodejs-18_x

nodejs-18_x: 18.0.0 -> 18.1.0
This commit is contained in:
Mario Rodas 2022-05-04 07:11:22 -05:00 committed by GitHub
commit 66466528e7
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 = "18.0.0";
sha256 = "sha256-NE0OZUC1JMaal5/1w+eM2nJU/XLANpmSa+sLhVi4znU=";
version = "18.1.0";
sha256 = "0zhb61ihzslmpl1g3dd6vcxjccc8gwj1v4hfphk7f3cy10hcrc78";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];