···1313 # If you do upgrade here, please update in pkgs/top-level/release.nix
1414 # the permitted insecure version to ensure it gets cached for our users
1515 # and backport this to stable release (23.05).
1616- version = "16.20.1";
1717- sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
1616+ version = "16.20.2";
1717+ sha256 = "sha256-V28aA8RV5JGo0TK1h+trO4RlH8iXS7NjhDPdRNIsj0k=";
1818 patches = [
1919 ./disable-darwin-v8-system-instrumentation.patch
2020 ./bypass-darwin-xcrun-node16.patch
···2525 # and it will be too much painful for our users to recompile them
2626 # for no real reason.
2727 # Remove them for 23.11.
2828- "nodejs-16.20.1"
2828+ "nodejs-16.20.2"
2929 "openssl-1.1.1v"
3030 ];
3131 }; }