zfs_{2_3,unstable}: 2.3.1 -> 2.3.2

Diff: https://github.com/openzfs/zfs/compare/zfs-2.3.1...zfs-2.3.2

Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.2

+6 -6
+3 -3
pkgs/os-specific/linux/zfs/2_3.nix
··· 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"; 19 20 # this package should point to the latest release. 21 - version = "2.3.1"; 22 23 tests = { 24 inherit (nixosTests.zfs) installer series_2_3; ··· 29 amarshall 30 ]; 31 32 - 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"; 19 20 # this package should point to the latest release. 21 + version = "2.3.2"; 22 23 tests = { 24 inherit (nixosTests.zfs) installer series_2_3; ··· 29 amarshall 30 ]; 31 32 + 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"; 18 19 # 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 = ""; 25 26 tests = { 27 inherit (nixosTests.zfs) unstable; 28 }; 29 30 - hash = "sha256-3WrxjIMuPiqBcVX4UZHpcMWNqxBE2NS810SRmvi05ZQ="; 31 32 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"; 18 19 # 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 = ""; 25 26 tests = { 27 inherit (nixosTests.zfs) unstable; 28 }; 29 30 + hash = "sha256-+DqpIgHCVi0fDOqvKwaGXIiiXw8xEnlv2tgRwgLX9G8="; 31 32 extraLongDescription = '' 33 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.