···1010 kernelModuleAttribute = "zfs_unstable";
11111212 kernelMinSupportedMajorMinor = "4.18";
1313- kernelMaxSupportedMajorMinor = "6.16";
1313+ kernelMaxSupportedMajorMinor = "6.17";
14141515 # this package should point to a version / git revision compatible with the latest kernel release
1616 # IMPORTANT: Always use a tagged release candidate or commits from the
1717 # zfs-<version>-staging branch, because this is tested by the OpenZFS
1818 # maintainers.
1919- version = "2.4.0-rc1";
1919+ version = "2.4.0-rc2";
2020 # rev = "";
21212222 tests = {
2323 inherit (nixosTests.zfs) unstable;
2424 };
25252626- hash = "sha256-6BU/Cotu+Lp7Pqp0eyECzAwsl82vKyDBkacxAh9wHPo=";
2626+ hash = "sha256-NoY8lXQ/qxO0cQLmU0tIjqqWUThfWzVioigpS2crbeE=";
27272828 extraLongDescription = ''
2929 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.