nodejs_16: 16.20.1 -> 16.20.2

Changelog: https://github.com/nodejs/node/releases/tag/v16.20.2
This commit is contained in:
Mario Rodas 2023-08-09 04:20:00 +00:00
parent 448ecf52d3
commit b72c3a8fa9
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ in
# If you do upgrade here, please update in pkgs/top-level/release.nix
# the permitted insecure version to ensure it gets cached for our users
# and backport this to stable release (23.05).
version = "16.20.1";
sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
version = "16.20.2";
sha256 = "sha256-V28aA8RV5JGo0TK1h+trO4RlH8iXS7NjhDPdRNIsj0k=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch

View File

@ -25,7 +25,7 @@
# and it will be too much painful for our users to recompile them
# for no real reason.
# Remove them for 23.11.
"nodejs-16.20.1"
"nodejs-16.20.2"
"openssl-1.1.1v"
];
}; }