updated to nodejs-16.20.1 as nixbitcoin needs it

This commit is contained in:
2023-07-18 12:00:07 -07:00
parent 32e1a2acd7
commit 8cd3a86046

View File

@@ -170,7 +170,7 @@ in
];
nixpkgs.config.permittedInsecurePackages = [
"nodejs-16.20.0"
"nodejs-16.20.1"
"nodejs-slim-16.20.0"
];