1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Merge pull request #221244 from marsam/update-nodejs

nodejs-19_x: 19.7.0 -> 19.8.0
This commit is contained in:
Mario Rodas 2023-03-15 02:24:40 -05:00 committed by GitHub
commit 51715c6462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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