3
0
Fork 0
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:
evujumenuk 2017-04-23 16:05:38 +02:00 committed by GitHub
parent a02b18998f
commit aef776836d

View file

@ -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";