spl_git: 2015-04-03 -> 2015-04-08
This commit is contained in:
parent
758c8e5c5d
commit
983845d78a
@ -1,12 +1,12 @@
|
|||||||
{ callPackage, fetchgit, ... } @ args:
|
{ callPackage, fetchgit, ... } @ args:
|
||||||
|
|
||||||
callPackage ./generic.nix (args // rec {
|
callPackage ./generic.nix (args // rec {
|
||||||
version = "2015-04-03";
|
version = "2015-04-08";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://github.com/zfsonlinux/spl.git;
|
url = git://github.com/zfsonlinux/spl.git;
|
||||||
rev = "ae26dd003911277e0c7134b3e4e3a41c300a2fd5";
|
rev = "cd69f020e4b0f9c416dd07a264e48c9488a7633f";
|
||||||
sha256 = "0wq1raz68b9msbn00q1zg89rm5l7l2018k7m31s4b4gj17w38h5b";
|
sha256 = "1fy5zlh8cs65s52vixkp00ihrlrhs2frd6vwxwjqmpzyb7fnh3m8";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./const.patch ./install_prefix.patch ];
|
patches = [ ./const.patch ./install_prefix.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user