Skip to content

Commit 0518ec0

Browse files
committedJul 4, 2017
zfs: update kernel versions constraint for linux 4.12
1 parent a0f3ce2 commit 0518ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/zfs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ in
123123
# to be adapted
124124
zfsStable = common {
125125
# comment/uncomment if breaking kernel versions are known
126-
incompatibleKernelVersion = "4.12";
126+
incompatibleKernelVersion = null;
127127

128128
version = "0.6.5.10";
129129

@@ -139,7 +139,7 @@ in
139139
};
140140
zfsUnstable = common {
141141
# comment/uncomment if breaking kernel versions are known
142-
incompatibleKernelVersion = null;
142+
incompatibleKernelVersion = "4.12";
143143

144144
version = "0.7.0-rc4";
145145

0 commit comments

Comments
 (0)