summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorIvan Jager <aij+git@mrph.org>2019-05-23 13:12:43 -0500
committerIvan Jager <aij+git@mrph.org>2019-05-23 13:12:43 -0500
commit0c42941997697a74a1bff948198cb6ed219fb405 (patch)
treebdfc11684e836a781e560011086db6950772fddc /pkgs/os-specific/linux/zfs
parent4dd5c93998da55002fdec1c715c680531420381c (diff)
downloadnixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar.gz
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar.bz2
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar.lz
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar.xz
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.tar.zst
nixpkgs-0c42941997697a74a1bff948198cb6ed219fb405.zip
zfsUnstable: 0.8.0-rc5 -> 0.8.0
Technically, this is a stable release, but it seems
prudent to test as zfsUnstable before upgrading zfsStable.
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index c6140bd12be..c2d4d8645a4 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -182,9 +182,10 @@ in {
     # incompatibleKernelVersion = "4.19";
 
     # this package should point to a version / git revision compatible with the latest kernel release
-    version = "0.8.0-rc5";
+    # This is now "stable". Move to zfsStable after it's tested more.
+    version = "0.8.0";
 
-    sha256 = "1944w36rk33mn44zfvc1qbn2sv9h90r25zxnanwvyhss0vgqw73v";
+    sha256 = "1lqb9q2im5bbm4l8kfb31cb6rvy37h5ni6rnqlki127ynilymkj8";
     isUnstable = true;
 
     extraPatches = [