···215 # to be adapted
216 zfsStable = common {
217 # check the release notes for compatible kernels
218- kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15";
219- latestCompatibleLinuxPackages = linuxPackages_5_14;
220221 # this package should point to the latest release.
222 version = "2.1.1";
···226227 zfsUnstable = common {
228 # check the release notes for compatible kernels
229- kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15";
230- latestCompatibleLinuxPackages = linuxPackages_5_14;
231232 # this package should point to a version / git revision compatible with the latest kernel release
233 # IMPORTANT: Always use a tagged release candidate or commits from the
···215 # to be adapted
216 zfsStable = common {
217 # check the release notes for compatible kernels
218+ kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.16";
219+ latestCompatibleLinuxPackages = linuxPackages_5_15;
220221 # this package should point to the latest release.
222 version = "2.1.1";
···226227 zfsUnstable = common {
228 # check the release notes for compatible kernels
229+ kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.16";
230+ latestCompatibleLinuxPackages = linuxPackages_5_15;
231232 # this package should point to a version / git revision compatible with the latest kernel release
233 # IMPORTANT: Always use a tagged release candidate or commits from the