zfs: update kernel versions constraint for linux 4.12

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