nodejs-16_x: 16.18.1 -> 16.19.0

This commit is contained in:
Anthony Roussel 2023-01-08 23:02:43 +01:00
parent 275ddaec53
commit 920bb038e9
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -10,8 +10,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.18.1";
sha256 = "sha256-H4BRqI+G9CBk9EFf56mA5ZsKUC7Mje9YP2MDvE1EUjg=";
version = "16.19.0";
sha256 = "01k72p0hp4lhlpz1syd9cbkm2gpfww0hn10xdpmzd4i3x8dfq7sg";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch