mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user