nodejs-18_x: 18.11.0 -> 18.12.0

https://github.com/nodejs/node/releases/tag/v18.12.0
This commit is contained in:
Mario Rodas 2022-10-22 04:20:00 +00:00
parent e841aeedc6
commit 1cdd36c0d2

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