···1414 # this attribute is the correct one for this package.
1515 kernelModuleAttribute = "zfs_2_2";
1616 # check the release notes for compatible kernels
1717- kernelCompatible = kernel: kernel.kernelOlder "6.10";
1717+ kernelCompatible = kernel: kernel.kernelOlder "6.11";
18181919 # this package should point to the latest release.
2020- version = "2.2.5";
2020+ version = "2.2.6";
21212222 tests = [
2323 nixosTests.zfs.installer
···26262727 maintainers = with lib.maintainers; [ adamcstephens amarshall ];
28282929- hash = "sha256-BkwcNPk+jX8CXp5xEVrg4THof7o/5j8RY2SY6+IPNTg=";
2929+ hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
3030}
···2020 # IMPORTANT: Always use a tagged release candidate or commits from the
2121 # zfs-<version>-staging branch, because this is tested by the OpenZFS
2222 # maintainers.
2323- version = "2.2.5";
2323+ version = "2.2.6";
2424 # rev = "";
25252626 tests = [
2727 nixosTests.zfs.unstable
2828 ];
29293030- hash = "sha256-BkwcNPk+jX8CXp5xEVrg4THof7o/5j8RY2SY6+IPNTg=";
3030+ hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
3131}