diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2019-06-15 08:16:06 +0100 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2019-06-15 19:35:25 +0100 |
| commit | 05f7301a9e962f67da5be2a845d14b55dd6a5397 (patch) | |
| tree | bd50b6dfc546a7fd854692f03436cb68cad9da63 | |
| parent | pythonPackages.matchpy: 0.4.6 -> 0.5.1, fix build (diff) | |
| download | nixpkgs-05f7301a9e962f67da5be2a845d14b55dd6a5397.tar.gz | |
zfs: 0.8.0 -> 0.8.1
| -rw-r--r-- | pkgs/os-specific/linux/zfs/default.nix | 4 |
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 b422fe2c3222..8708afd1fb00 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -174,9 +174,9 @@ in { # this package should point to a version / git revision compatible with the latest kernel release # This is now "stable". Move to zfsStable after it's tested more. - version = "0.8.0"; + version = "0.8.1"; - sha256 = "1lqb9q2im5bbm4l8kfb31cb6rvy37h5ni6rnqlki127ynilymkj8"; + sha256 = "0wlbziijx08a9bmbyq4gfz4by9l5jrx44g18i99qnfm78k2q8a84"; isUnstable = true; extraPatches = [ |
