3
0
Fork 0
forked from mirrors/nixpkgs

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 { stdenv.mkDerivation rec {
name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}"; name = "zfs-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
version = "0.6.5.2"; version = "0.6.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zfsonlinux"; owner = "zfsonlinux";
repo = "zfs"; repo = "zfs";
rev = "zfs-${version}"; rev = "zfs-${version}";
sha256 = "0246cypa65rjm8j2123al4x4cwpydqwqrg828pxcpk08v1djy3v1"; sha256 = "1hq65kq50hzhd1zqgyzqq2whg1fckigq8jmhhdsnbwrwmx5y76lh";
}; };
patches = [ ./nix-build.patch ]; patches = [ ./nix-build.patch ];