zfsUnstable: mark correct zfs version as incompatible

This commit is contained in:
Jörg Thalheim 2018-04-06 12:09:33 +01:00
parent 6c87fbb620
commit e7f2b7692b

View File

@ -144,7 +144,7 @@ in {
# to be adapted # to be adapted
zfsStable = common { zfsStable = common {
# comment/uncomment if breaking kernel versions are known # comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.16"; incompatibleKernelVersion = null;
# this package should point to the latest release. # this package should point to the latest release.
version = "0.7.7"; version = "0.7.7";
@ -163,7 +163,7 @@ in {
zfsUnstable = common rec { zfsUnstable = common rec {
# comment/uncomment if breaking kernel versions are known # comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = null; incompatibleKernelVersion = "4.16";
# this package should point to a version / git revision compatible with the latest kernel release # this package should point to a version / git revision compatible with the latest kernel release
version = "2018-04-04"; version = "2018-04-04";