lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nodejs-18_x: 18.12.0 -> 18.12.1

https://github.com/nodejs/node/releases/tag/v18.12.1

+2 -2
+2 -2
pkgs/development/web/nodejs/v18.nix
··· 8 8 in 9 9 buildNodejs { 10 10 inherit enableNpm; 11 - version = "18.12.0"; 12 - sha256 = "sha256-c6fwHimZ6xl3Y87WZqbNVErVgOrvtz4KhJYDs+gE9C4="; 11 + version = "18.12.1"; 12 + sha256 = "sha256-T6QGRRvFJlmikOUs/bIWKnYL1UnaS4u+vmop8pbZON8="; 13 13 patches = [ 14 14 (fetchpatch { 15 15 # Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200