summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-06-30 16:20:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-30 10:03:32 -0700
commit5ef8322daa6007ef0256460c0de339f70d718e50 (patch)
treea3a76a2a4faa7cd38f36df6830aa0158aa4cb9b2 /pkgs/os-specific/linux/zfs
parent4ddc59e6c11ccc4904689683676628df268905cc (diff)
downloadnixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar.gz
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar.bz2
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar.lz
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar.xz
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.tar.zst
nixpkgs-5ef8322daa6007ef0256460c0de339f70d718e50.zip
zfsUnstable: 2.1.0-rc7 -> 2.1.0-rc8
https://github.com/openzfs/zfs/releases/tag/zfs-2.1.0-rc8
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 73c3f82e8b0..7d715cc3c09 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -205,12 +205,12 @@ in {
 
   zfsUnstable = 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 a version / git revision compatible with the latest kernel release
-    version = "2.1.0-rc7";
+    version = "2.1.0-rc8";
 
-    sha256 = "11dvz8r5l7cbhbx2j02y6335i2vibh29dqrqk4kmw4lf87g1isni";
+    sha256 = "0c53ca6xd59c30h3b2hmvyy63yqyk745x1kdfypnfqj3lnsj1pac";
 
     isUnstable = true;
   };