zfs_2_2: latest compatible kernel is 6.6

Maintainers decided to not backport #332848, so no 6.10 compatibility
for ZFS 2.2 on 24.05.
This commit is contained in:
Maximilian Bosch 2024-08-14 16:23:07 +02:00
parent c13ad8e5c2
commit bc959276ad
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ callPackage ./generic.nix args {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelOlder "6.9";
latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_8;
latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_6;
# this package should point to the latest release.
version = "2.2.4";