···14 # this attribute is the correct one for this package.
15 kernelModuleAttribute = "zfs_2_2";
16 # check the release notes for compatible kernels
17- kernelCompatible = kernel: kernel.kernelOlder "6.10";
1819 # this package should point to the latest release.
20- version = "2.2.5";
2122 tests = [
23 nixosTests.zfs.installer
···2627 maintainers = with lib.maintainers; [ adamcstephens amarshall ];
2829- hash = "sha256-BkwcNPk+jX8CXp5xEVrg4THof7o/5j8RY2SY6+IPNTg=";
30}
···14 # this attribute is the correct one for this package.
15 kernelModuleAttribute = "zfs_2_2";
16 # check the release notes for compatible kernels
17+ kernelCompatible = kernel: kernel.kernelOlder "6.11";
1819 # this package should point to the latest release.
20+ version = "2.2.6";
2122 tests = [
23 nixosTests.zfs.installer
···2627 maintainers = with lib.maintainers; [ adamcstephens amarshall ];
2829+ hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
30}
···20 # IMPORTANT: Always use a tagged release candidate or commits from the
21 # zfs-<version>-staging branch, because this is tested by the OpenZFS
22 # maintainers.
23- version = "2.2.5";
24 # rev = "";
2526 tests = [
27 nixosTests.zfs.unstable
28 ];
2930- hash = "sha256-BkwcNPk+jX8CXp5xEVrg4THof7o/5j8RY2SY6+IPNTg=";
31}
···20 # IMPORTANT: Always use a tagged release candidate or commits from the
21 # zfs-<version>-staging branch, because this is tested by the OpenZFS
22 # maintainers.
23+ version = "2.2.6";
24 # rev = "";
2526 tests = [
27 nixosTests.zfs.unstable
28 ];
2930+ hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
31}