nodejs_18: 18.19.0 -> 18.19.1

Changelog: https://github.com/nodejs/node/releases/tag/v18.19.1
This commit is contained in:
Mario Rodas 2024-02-14 04:20:00 +00:00
parent b46cd6cfe0
commit 4ae7cfd895

View File

@ -20,8 +20,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.19.0";
sha256 = "sha256-9StBryBZapq9jtdSQYN+xDlFRoIhRIu/hBNh4gkYGbY=";
version = "18.19.1";
sha256 = "sha256-CQ+WouzeCAtrOCxtZCvKXQvkcCp4y1Vb578CsgvRbe0=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch