nodejs-18_x: 18.7.0 -> 18.8.0

https://github.com/nodejs/node/releases/tag/v18.8.0
(cherry picked from commit dd845813db)
This commit is contained in:
Mario Rodas
2022-08-25 04:20:00 +00:00
parent 59573f302e
commit dd8eb78bf9

View File

@@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.7.0";
sha256 = "sha256-iDSjPJLf5rqJA+ZxXK6qJd/0ZX5wPFTNBuwRNJPiw8I=";
version = "18.8.0";
sha256 = "sha256-K12YJdBe3mYU8WaKjZfXdP6S68gQiOxf31gYTc48hrk=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];