mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
xen: revert minSupportedVersion to the upstream value.
As the builder is generic, more people may be using it, so we should try to keep this value as close to the upstream source of truth as possible. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
1dad6fe5cb
commit
d2bb9a9ca5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ let
|
|||
;
|
||||
|
||||
# Mark versions older than minSupportedVersion as EOL.
|
||||
minSupportedVersion = "4.17";
|
||||
minSupportedVersion = "4.16";
|
||||
|
||||
## Generic Patch Handling ##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue