0
0
Fork 0
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:
Fernando Rodrigues 2024-09-29 01:16:44 +00:00
parent 1dad6fe5cb
commit d2bb9a9ca5
No known key found for this signature in database
GPG key ID: CC3AE2EA00000000

View file

@ -112,7 +112,7 @@ let
;
# Mark versions older than minSupportedVersion as EOL.
minSupportedVersion = "4.17";
minSupportedVersion = "4.16";
## Generic Patch Handling ##