summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2019-05-10 16:40:17 +0300
committerIzorkin <izorkin@elven.pw>2019-05-10 16:40:17 +0300
commit9ad5a326b0870bee061e5e7345372306a3e70280 (patch)
tree5e5d9934d678e472bdd28b9c356d30a448ffde88 /pkgs/os-specific/linux/zfs
parent7495a761cce4cc34cd26ec19150ed4a196ca6d24 (diff)
downloadnixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar.gz
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar.bz2
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar.lz
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar.xz
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.tar.zst
nixpkgs-9ad5a326b0870bee061e5e7345372306a3e70280.zip
zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-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 81143032c91..c6140bd12be 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -182,9 +182,9 @@ in {
     # incompatibleKernelVersion = "4.19";
 
     # this package should point to a version / git revision compatible with the latest kernel release
-    version = "0.8.0-rc4";
+    version = "0.8.0-rc5";
 
-    sha256 = "02cdxf62758smbqy723yqv8lkch1043alvcwhdnvya21ygcgycnw";
+    sha256 = "1944w36rk33mn44zfvc1qbn2sv9h90r25zxnanwvyhss0vgqw73v";
     isUnstable = true;
 
     extraPatches = [