forked from mirrors/nixpkgs
Merge pull request #141452 from r-ryantm/auto-update/nodejs-16_x
nodejs-16_x: 16.11.0 -> 16.11.1
This commit is contained in:
commit
bb2f467d5e
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue