aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/zfs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/zfs/default.nix')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index 1b9b5a3ba51..d02a01fc93f 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -151,7 +151,7 @@ in {
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
- # incompatibleKernelVersion = "4.20";
+ incompatibleKernelVersion = "5.3";
# this package should point to the latest release.
version = "0.8.1";
@@ -165,7 +165,7 @@ in {
zfsUnstable = common {
# comment/uncomment if breaking kernel versions are known
- # incompatibleKernelVersion = "4.19";
+ incompatibleKernelVersion = "5.3";
# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.1";