nodejs_20: 20.9.0 -> 20.10.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.10.0
This commit is contained in:
parent
ce956d54ca
commit
120a67bbfa
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "20.9.0";
|
version = "20.10.0";
|
||||||
sha256 = "sha256-oj2WgQq/BFVCazSdR85TEPMwlbe8BXG5zFEPSBw6RRk=";
|
sha256 = "sha256-MuslbuvYys1VdOZjHlS0K+fsjr4lrUeoymhUA7rRVTU=";
|
||||||
patches = [
|
patches = [
|
||||||
./revert-arm64-pointer-auth.patch
|
./revert-arm64-pointer-auth.patch
|
||||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||||
|
|
Loading…
Reference in a new issue