zfs: 0.6.5.3 -> 0.6.5.4

This commit is contained in:
Ricardo M. Correia
2016-01-19 16:34:14 +01:00
parent fe53cb56d9
commit d51204e8de
2 changed files with 12 additions and 11 deletions
+2 -2
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.3";
version = "0.6.5.4";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "zfs";
rev = "zfs-${version}";
sha256 = "1hq65kq50hzhd1zqgyzqq2whg1fckigq8jmhhdsnbwrwmx5y76lh";
sha256 = "10zf1kdgmdiaaa3zmz4sz5aj5ql6v24wcwixlxbwhwc51mr46k50";
};
patches = [ ./nix-build.patch ];