summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-07-02 12:58:42 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-07-02 12:58:42 -0700
commit4a397269c9d0ef0b731942415f787b2e4053eb2f (patch)
treecc50799cec98f6e02217917891132745a0545fad /pkgs/os-specific/linux/zfs
parent3895ec33adaf692e50eecd2d347c55f81ab7da10 (diff)
downloadnixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar.gz
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar.bz2
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar.lz
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar.xz
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.tar.zst
nixpkgs-4a397269c9d0ef0b731942415f787b2e4053eb2f.zip
zfs: 2.0.5 -> 2.1.0
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index 7d715cc3c09..506cc5e6a3e 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -195,12 +195,12 @@ in {
   # to be adapted
   zfsStable = common {
     # check the release notes for compatible kernels
-    kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.13";
+    kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.14";
 
     # this package should point to the latest release.
-    version = "2.0.5";
+    version = "2.1.0";
 
-    sha256 = "0n0d8ab7ibxxa8znfsprh7jxwgighx5g291v7hi8272vfjrmk1mj";
+    sha256 = "sha256-YdY4SStXZGBBdAHdM3R/unco7ztxI3s0/buPSNSeh5o=";
   };
 
   zfsUnstable = common {