···15 # this attribute is the correct one for this package.
16 kernelModuleAttribute = "zfs_2_3";
17 # check the release notes for compatible kernels
18- kernelCompatible = kernel: kernel.kernelOlder "6.14";
1920 # this package should point to the latest release.
21- version = "2.3.1";
2223 tests = {
24 inherit (nixosTests.zfs) installer series_2_3;
···29 amarshall
30 ];
3132- hash = "sha256-3WrxjIMuPiqBcVX4UZHpcMWNqxBE2NS810SRmvi05ZQ=";
33}
···15 # this attribute is the correct one for this package.
16 kernelModuleAttribute = "zfs_2_3";
17 # check the release notes for compatible kernels
18+ kernelCompatible = kernel: kernel.kernelOlder "6.15";
1920 # this package should point to the latest release.
21+ version = "2.3.2";
2223 tests = {
24 inherit (nixosTests.zfs) installer series_2_3;
···29 amarshall
30 ];
3132+ hash = "sha256-+DqpIgHCVi0fDOqvKwaGXIiiXw8xEnlv2tgRwgLX9G8=";
33}
+3-3
pkgs/os-specific/linux/zfs/unstable.nix
···14 # this attribute is the correct one for this package.
15 kernelModuleAttribute = "zfs_unstable";
16 # check the release notes for compatible kernels
17- kernelCompatible = kernel: kernel.kernelOlder "6.14";
1819 # this package should point to a version / git revision compatible with the latest kernel release
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.3.1";
24 # rev = "";
2526 tests = {
27 inherit (nixosTests.zfs) unstable;
28 };
2930- hash = "sha256-3WrxjIMuPiqBcVX4UZHpcMWNqxBE2NS810SRmvi05ZQ=";
3132 extraLongDescription = ''
33 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
···14 # this attribute is the correct one for this package.
15 kernelModuleAttribute = "zfs_unstable";
16 # check the release notes for compatible kernels
17+ kernelCompatible = kernel: kernel.kernelOlder "6.15";
1819 # this package should point to a version / git revision compatible with the latest kernel release
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.3.2";
24 # rev = "";
2526 tests = {
27 inherit (nixosTests.zfs) unstable;
28 };
2930+ hash = "sha256-+DqpIgHCVi0fDOqvKwaGXIiiXw8xEnlv2tgRwgLX9G8=";
3132 extraLongDescription = ''
33 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.