forked from mirrors/nixpkgs
zfs: 0.6.5.6 -> 0.6.5.7
This commit is contained in:
parent
56714859f4
commit
81eceb14be
|
@ -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.6";
|
||||
version = "0.6.5.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zfsonlinux";
|
||||
repo = "zfs";
|
||||
rev = "zfs-${version}";
|
||||
sha256 = "0lsb93y5zbwc8fafxzm9vyfpr6fmvl8h86ny4llbd2xy2hnfwk2i";
|
||||
sha256 = "17mshxyp8k7i9a7ys0rznhkz83f6650pby9ka48d6gzgcwv9nnsm";
|
||||
};
|
||||
|
||||
patches = [ ./nix-build.patch ];
|
||||
|
|
Loading…
Reference in a new issue