Merge pull request #334642 from amarshall/zfs-22-fix-latestlinuxpkgs

zfs_2_2: fix latestCompatibleLinuxPackages
This commit is contained in:
Maximilian Bosch
2024-08-14 18:33:40 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ callPackage ./generic.nix args {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelOlder "6.10";
latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_9;
latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_6;
# this package should point to the latest release.
version = "2.2.5";