nodejs-18_x: 18.10.0 -> 18.11.0

https://github.com/nodejs/node/releases/tag/v18.11.0
This commit is contained in:
Mario Rodas 2022-10-14 04:20:00 +00:00
parent faddae9ab3
commit d8043fe30e

View file

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