zfs: 0.6.5.5 -> 0.6.5.6

This commit is contained in:
Louis Taylor 2016-03-29 13:28:35 +01:00
parent 307c073fa3
commit 259eb36205

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.5";
version = "0.6.5.6";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "zfs";
rev = "zfs-${version}";
sha256 = "0np03p5zkx87a0a5rw629f9m4wp5gd01c1jkh5p7h63mmvaxfdda";
sha256 = "0lsb93y5zbwc8fafxzm9vyfpr6fmvl8h86ny4llbd2xy2hnfwk2i";
};
patches = [ ./nix-build.patch ];