nodejs-18_x: 18.12.0 -> 18.12.1

https://github.com/nodejs/node/releases/tag/v18.12.1
This commit is contained in:
Mario Rodas 2022-11-04 04:20:00 +00:00
parent a3d5f09dfd
commit 57ea1f2119

View file

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.12.0";
sha256 = "sha256-c6fwHimZ6xl3Y87WZqbNVErVgOrvtz4KhJYDs+gE9C4=";
version = "18.12.1";
sha256 = "sha256-T6QGRRvFJlmikOUs/bIWKnYL1UnaS4u+vmop8pbZON8=";
patches = [
(fetchpatch {
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200