Merge pull request #198210 from marsam/update-nodejs-18_x

nodejs-18_x: 18.11.0 -> 18.12.0
This commit is contained in:
Mario Rodas 2022-10-28 07:04:21 -05:00 committed by GitHub
commit 44026c97c3
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.11.0";
sha256 = "sha256-i5ZD3G/OecHpk3nbDOZOQ2AeLi1ziQFf6JhcxMzQzhc=";
version = "18.12.0";
sha256 = "sha256-c6fwHimZ6xl3Y87WZqbNVErVgOrvtz4KhJYDs+gE9C4=";
patches = [
(fetchpatch {
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200