forked from mirrors/nixpkgs
zfs: Bump incompatibleKernelVersion to "4.11"
https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.9 attests compatibility with kernel versions up to 4.10.x.
This commit is contained in:
parent
a02b18998f
commit
aef776836d
|
@ -123,7 +123,7 @@ in
|
|||
# to be adapted
|
||||
zfsStable = common {
|
||||
# comment/uncomment if breaking kernel versions are known
|
||||
incompatibleKernelVersion = "4.10";
|
||||
incompatibleKernelVersion = "4.11";
|
||||
|
||||
version = "0.6.5.9";
|
||||
|
||||
|
|
Loading…
Reference in a new issue