mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pkgs/top-level/release: allow nodejs 16.20.1 to be cached on Hydra temporarily
This commit is contained in:
parent
de76a685df
commit
4968ffb38a
@ -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 = [
|
||||
|
@ -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"
|
||||
];
|
||||
}; }
|
||||
|
Loading…
Reference in New Issue
Block a user