pkgs/top-level/release: allow nodejs 16.20.1 to be cached on Hydra temporarily
This commit is contained in:
parent
de76a685df
commit
4968ffb38a
2 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
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";
|
version = "16.20.1";
|
||||||
sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
|
sha256 = "sha256-g+AzgeJx8aVhkYjnrqnYXZt+EvW+KijOt41ySe0it/E=";
|
||||||
patches = [
|
patches = [
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# and it will be too much painful for our users to recompile them
|
# and it will be too much painful for our users to recompile them
|
||||||
# for no real reason.
|
# for no real reason.
|
||||||
# Remove them for 23.11.
|
# Remove them for 23.11.
|
||||||
"nodejs-16.20.0"
|
"nodejs-16.20.1"
|
||||||
"openssl-1.1.1u"
|
"openssl-1.1.1u"
|
||||||
];
|
];
|
||||||
}; }
|
}; }
|
||||||
|
|
Loading…
Reference in a new issue