nodejs-19_x: 19.7.0 -> 19.8.0

https://github.com/nodejs/node/releases/tag/v19.8.0
This commit is contained in:
Mario Rodas 2023-03-14 04:20:00 +00:00
parent 8889512934
commit 50982761c0

View file

@ -9,8 +9,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "19.7.0";
sha256 = "sha256-URhH9yTqQF+F4lgDy8+LExsUzQay1wRmmL0nYMQEv8M=";
version = "19.8.0";
sha256 = "sha256-O3wH4ngJIHGMGsfSS2czXwSN2cPdaVaR9B2oD06jSaY=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch