pkgs/top-level/release: allow nodejs 16.20.1 to be cached on Hydra temporarily

This commit is contained in:
Pol Dellaiera 2023-06-23 18:00:59 +02:00
parent de76a685df
commit 4968ffb38a
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@ let
in
buildNodejs {
inherit enableNpm;
# 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=";
patches = [

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.0"
"nodejs-16.20.1"
"openssl-1.1.1u"
];
}; }