nodejs-16_x: 16.11.0 -> 16.11.1

(cherry picked from commit ed75efa8783d32390254b17a208e3f0ef6c0e4d5)
This commit is contained in:
R. RyanTM 2021-10-13 03:50:38 +00:00 committed by Mario Rodas
parent 9a317d9513
commit 1084c0387c
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.11.0";
sha256 = "1bk5f47hm409129w437h8qdvmqjdr11awblvnhkfsp911nyk3xnk";
version = "16.11.1";
sha256 = "0y32mdv8zs35la2bny8d9rxjvj1vr8z079ji1g6ajc2yw96pyn37";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}