spl_git: 2015-04-03 -> 2015-04-08

This commit is contained in:
William A. Kennington III 2015-04-09 13:10:07 -07:00
parent 758c8e5c5d
commit 983845d78a
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "2015-04-03";
version = "2015-04-08";
src = fetchgit {
url = git://github.com/zfsonlinux/spl.git;
rev = "ae26dd003911277e0c7134b3e4e3a41c300a2fd5";
sha256 = "0wq1raz68b9msbn00q1zg89rm5l7l2018k7m31s4b4gj17w38h5b";
rev = "cd69f020e4b0f9c416dd07a264e48c9488a7633f";
sha256 = "1fy5zlh8cs65s52vixkp00ihrlrhs2frd6vwxwjqmpzyb7fnh3m8";
};
patches = [ ./const.patch ./install_prefix.patch ];