Loading pkgs/development/web/nodejs/v20.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ let in buildNodejs { inherit enableNpm; version = "20.1.0"; sha256 = "sha256-YA+eEYYJlYFLkSKxrFMY9q1WQnR4Te7ZjYqSBmSUNrU="; version = "20.2.0"; sha256 = "sha256-IlI98jFsNVaXFP8fabBTwuKGztRgiYQX3uRpRe/N+Yk="; patches = [ ./revert-arm64-pointer-auth.patch ./disable-darwin-v8-system-instrumentation-node19.patch Loading Loading
pkgs/development/web/nodejs/v20.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ let in buildNodejs { inherit enableNpm; version = "20.1.0"; sha256 = "sha256-YA+eEYYJlYFLkSKxrFMY9q1WQnR4Te7ZjYqSBmSUNrU="; version = "20.2.0"; sha256 = "sha256-IlI98jFsNVaXFP8fabBTwuKGztRgiYQX3uRpRe/N+Yk="; patches = [ ./revert-arm64-pointer-auth.patch ./disable-darwin-v8-system-instrumentation-node19.patch Loading