Merge pull request #190354 from marsam/update-nodejs

nodejs-18_x: 18.8.0 -> 18.9.0
This commit is contained in:
Mario Rodas
2022-09-08 11:23:17 -05:00
committed by GitHub
+2 -2
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