zfs: 0.6.5.2 -> 0.6.5.3

This commit is contained in:
William A. Kennington III 2015-11-02 11:00:44 -08:00
parent e57217d874
commit f6361bc096

View File

@ -20,13 +20,13 @@ assert buildKernel -> kernel != null && spl != null;
stdenv.mkDerivation rec {
name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
version = "0.6.5.2";
version = "0.6.5.3";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "zfs";
rev = "zfs-${version}";
sha256 = "0246cypa65rjm8j2123al4x4cwpydqwqrg828pxcpk08v1djy3v1";
sha256 = "1hq65kq50hzhd1zqgyzqq2whg1fckigq8jmhhdsnbwrwmx5y76lh";
};
patches = [ ./nix-build.patch ];