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>

Changed files
+1 -1
pkgs
build-support
+1 -1
pkgs/build-support/xen/default.nix
···
;
# Mark versions older than minSupportedVersion as EOL.
-
minSupportedVersion = "4.17";
+
minSupportedVersion = "4.16";
## Generic Patch Handling ##