zfs: 0.6.5.6 -> 0.6.5.7

This commit is contained in:
Rok Garbas 2016-05-24 12:34:45 +02:00
parent 56714859f4
commit 81eceb14be

View File

@ -20,13 +20,13 @@ assert buildKernel -> kernel != null && spl != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}"; name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
version = "0.6.5.6"; version = "0.6.5.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zfsonlinux"; owner = "zfsonlinux";
repo = "zfs"; repo = "zfs";
rev = "zfs-${version}"; rev = "zfs-${version}";
sha256 = "0lsb93y5zbwc8fafxzm9vyfpr6fmvl8h86ny4llbd2xy2hnfwk2i"; sha256 = "17mshxyp8k7i9a7ys0rznhkz83f6650pby9ka48d6gzgcwv9nnsm";
}; };
patches = [ ./nix-build.patch ]; patches = [ ./nix-build.patch ];