nodejs-16_x: 16.15.0 -> 16.15.1

https://github.com/nodejs/node/releases/tag/v16.15.1
This commit is contained in:
Mario Rodas 2022-06-01 04:20:00 +00:00
parent e6123938ca
commit e6188b6576

View file

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.15.0";
sha256 = "sha256-oPgS78Q/eDIeygiVeWCkj15r+XAE1QWMjdOwPGRupPc=";
version = "16.15.1";
sha256 = "sha256-1OmdPB9pcREJpnUlVxBY5gCc3bwijn1yO4+0pFQWm30=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];