···10 kernelModuleAttribute = "zfs_unstable";
1112 kernelMinSupportedMajorMinor = "4.18";
13- kernelMaxSupportedMajorMinor = "6.16";
1415 # this package should point to a version / git revision compatible with the latest kernel release
16 # IMPORTANT: Always use a tagged release candidate or commits from the
17 # zfs-<version>-staging branch, because this is tested by the OpenZFS
18 # maintainers.
19- version = "2.4.0-rc1";
20 # rev = "";
2122 tests = {
23 inherit (nixosTests.zfs) unstable;
24 };
2526- hash = "sha256-6BU/Cotu+Lp7Pqp0eyECzAwsl82vKyDBkacxAh9wHPo=";
2728 extraLongDescription = ''
29 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
···10 kernelModuleAttribute = "zfs_unstable";
1112 kernelMinSupportedMajorMinor = "4.18";
13+ kernelMaxSupportedMajorMinor = "6.17";
1415 # this package should point to a version / git revision compatible with the latest kernel release
16 # IMPORTANT: Always use a tagged release candidate or commits from the
17 # zfs-<version>-staging branch, because this is tested by the OpenZFS
18 # maintainers.
19+ version = "2.4.0-rc2";
20 # rev = "";
2122 tests = {
23 inherit (nixosTests.zfs) unstable;
24 };
2526+ hash = "sha256-NoY8lXQ/qxO0cQLmU0tIjqqWUThfWzVioigpS2crbeE=";
2728 extraLongDescription = ''
29 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.