zfs_unstable: 2.4.0-rc1 -> 2.4.0-rc2 (#447638)

authored by

Adam C. Stephens and committed by
GitHub
f0abe71b 09761449

+4 -4
+1 -1
pkgs/os-specific/linux/zfs/generic.nix
··· 156 156 --replace-fail "bashcompletiondir=/etc/bash_completion.d" \ 157 157 "bashcompletiondir=$out/share/bash-completion/completions" 158 158 159 - substituteInPlace ./cmd/arc_summary --replace-fail "/sbin/modinfo" "modinfo" 159 + substituteInPlace ./cmd/zarcsummary --replace-fail "/sbin/modinfo" "modinfo" 160 160 '' 161 161 + '' 162 162 echo 'Supported Kernel versions:'
+3 -3
pkgs/os-specific/linux/zfs/unstable.nix
··· 10 10 kernelModuleAttribute = "zfs_unstable"; 11 11 12 12 kernelMinSupportedMajorMinor = "4.18"; 13 - kernelMaxSupportedMajorMinor = "6.16"; 13 + kernelMaxSupportedMajorMinor = "6.17"; 14 14 15 15 # this package should point to a version / git revision compatible with the latest kernel release 16 16 # IMPORTANT: Always use a tagged release candidate or commits from the 17 17 # zfs-<version>-staging branch, because this is tested by the OpenZFS 18 18 # maintainers. 19 - version = "2.4.0-rc1"; 19 + version = "2.4.0-rc2"; 20 20 # rev = ""; 21 21 22 22 tests = { 23 23 inherit (nixosTests.zfs) unstable; 24 24 }; 25 25 26 - hash = "sha256-6BU/Cotu+Lp7Pqp0eyECzAwsl82vKyDBkacxAh9wHPo="; 26 + hash = "sha256-NoY8lXQ/qxO0cQLmU0tIjqqWUThfWzVioigpS2crbeE="; 27 27 28 28 extraLongDescription = '' 29 29 This is "unstable" ZFS, and will usually be a pre-release version of ZFS.