summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-11-15 23:44:38 +0000
committerGitHub <noreply@github.com>2018-11-15 23:44:38 +0000
commit9756e6bc747f9c8a68948fd75a3e8d0233da8193 (patch)
treeaf1c0cedd7db5e9fa5fe0c4c3df92d26fbb11921 /pkgs/os-specific
parentbc64d58866c6e6fbb076a40b726b3d651a99ec7e (diff)
parenta995a811828ea1882d7098874767aa99e923b986 (diff)
downloadnixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar.gz
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar.bz2
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar.lz
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar.xz
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.tar.zst
nixpkgs-9756e6bc747f9c8a68948fd75a3e8d0233da8193.zip
Merge pull request #50386 from aij/zfs
zfsUnstable: 0.8.0-rc1 -> 0.8.0-rc2
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index ed83313e5dd..237f3be8c41 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -177,13 +177,13 @@ in {
 
   zfsUnstable = common rec {
     # comment/uncomment if breaking kernel versions are known
-    incompatibleKernelVersion = "4.19";
+    # incompatibleKernelVersion = "4.19";
 
     # this package should point to a version / git revision compatible with the latest kernel release
-    version = "0.8.0-rc1";
+    version = "0.8.0-rc2";
 
-    rev = "b8a90418f3a9c23b89c5d2c729a4dd0fea644508";
-    sha256 = "041b7h8gbb042x9mhg8y87bgq9y793bawglc7b0fg871k6190drx";
+    rev = "af2e8411dacbc694b1aaf9074e68a9d12270e74c";
+    sha256 = "0wm7x9dwrw30jnjlnz6a224h88qd6a5794pzbjsih50lqb10g2gy";
     isUnstable = true;
 
     extraPatches = [