nodejs-18_x: 18.8.0 -> 18.9.0

https://github.com/nodejs/node/releases/tag/v18.9.0
This commit is contained in:
Mario Rodas 2022-09-08 04:20:00 +00:00
parent 9cb1994f42
commit 53af2c93ce

View File

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.8.0";
sha256 = "sha256-K12YJdBe3mYU8WaKjZfXdP6S68gQiOxf31gYTc48hrk=";
version = "18.9.0";
sha256 = "sha256-x1zImv6tl2eRkArM3gKnsefnYnAvD2+mjqrLAZhNllQ=";
patches = [
(fetchpatch {
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200