nodejs-18_x: 18.9.0 -> 18.9.1

https://github.com/nodejs/node/releases/tag/v18.9.1
This commit is contained in:
Mario Rodas 2022-09-23 04:20:00 +00:00
parent 5b647c67af
commit 4c7bfc6000

View file

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