Merge pull request #145458 from Mic92/zfs

zfs: unlock for 5.15

authored by Jörg Thalheim and committed by GitHub b81e66ef 1492e229

+4 -4
+4 -4
pkgs/os-specific/linux/zfs/default.nix
··· 215 # to be adapted 216 zfsStable = common { 217 # check the release notes for compatible kernels 218 - kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15"; 219 - latestCompatibleLinuxPackages = linuxPackages_5_14; 220 221 # this package should point to the latest release. 222 version = "2.1.1"; ··· 226 227 zfsUnstable = common { 228 # check the release notes for compatible kernels 229 - kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15"; 230 - latestCompatibleLinuxPackages = linuxPackages_5_14; 231 232 # this package should point to a version / git revision compatible with the latest kernel release 233 # IMPORTANT: Always use a tagged release candidate or commits from the
··· 215 # to be adapted 216 zfsStable = common { 217 # check the release notes for compatible kernels 218 + kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.16"; 219 + latestCompatibleLinuxPackages = linuxPackages_5_15; 220 221 # this package should point to the latest release. 222 version = "2.1.1"; ··· 226 227 zfsUnstable = common { 228 # check the release notes for compatible kernels 229 + kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.16"; 230 + latestCompatibleLinuxPackages = linuxPackages_5_15; 231 232 # this package should point to a version / git revision compatible with the latest kernel release 233 # IMPORTANT: Always use a tagged release candidate or commits from the