zfs: update kernel versions constraint for linux 4.12

+2 -2
+2 -2
pkgs/os-specific/linux/zfs/default.nix
··· 123 123 # to be adapted 124 124 zfsStable = common { 125 125 # comment/uncomment if breaking kernel versions are known 126 - incompatibleKernelVersion = "4.12"; 126 + incompatibleKernelVersion = null; 127 127 128 128 version = "0.6.5.10"; 129 129 ··· 139 139 }; 140 140 zfsUnstable = common { 141 141 # comment/uncomment if breaking kernel versions are known 142 - incompatibleKernelVersion = null; 142 + incompatibleKernelVersion = "4.12"; 143 143 144 144 version = "0.7.0-rc4"; 145 145