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

nodejs-18_x: 18.9.1 -> 18.10.0
This commit is contained in:
Mario Rodas 2022-09-29 07:23:17 -05:00 committed by GitHub
commit d1c3b52ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.9.1";
sha256 = "sha256-84GWPUNWi6aZkVyIYp3G2koZY4BNzTey5uHRDZI91dk=";
version = "18.10.0";
sha256 = "17z8081bqsldx4dl7399dp9gdsmd04lgnwvwycj7sjmyw9a1nwdd";
patches = [
(fetchpatch {
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200