spl_git: 2015-03-20 -> 2015-03-25
This commit is contained in:
parent
49e980fa32
commit
c7bf9d2749
|
@ -1,12 +1,12 @@
|
||||||
{ callPackage, fetchgit, ... } @ args:
|
{ callPackage, fetchgit, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix (args // rec {
|
callPackage ./generic.nix (args // rec {
|
||||||
version = "2015-03-20";
|
version = "2015-03-25";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/zfsonlinux/spl.git;
|
url = git://github.com/zfsonlinux/spl.git;
|
||||||
rev = "79a0056e137c9cc540eb9ff7327c85ac8d094e6c";
|
rev = "a4f54cf036d9a966ff87abe9a0063f2b457c2389";
|
||||||
sha256 = "0xj132x0q76h9anjh7km2blqnr19yx7szwifj02x5h6xa07vq6fd";
|
sha256 = "0n10icwmnx3y6201fncswhd1mfvs6xyk8praj27z0wnzxs1i4k96";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./const.patch ./install_prefix-git.patch ];
|
patches = [ ./const.patch ./install_prefix-git.patch ];
|
||||||
|
|
Loading…
Reference in New Issue