spl_git: 2015-06-29 -> 2015-07-21

This commit is contained in:
William A. Kennington III 2015-07-22 12:20:58 -07:00
parent 7098832c60
commit b6cd7e754b

View File

@ -1,12 +1,13 @@
{ callPackage, fetchgit, ... } @ args: { callPackage, fetchFromGitHub, ... } @ args:
callPackage ./generic.nix (args // rec { callPackage ./generic.nix (args // rec {
version = "2015-06-29"; version = "2015-07-21";
src = fetchgit { src = fetchFromGitHub {
url = git://github.com/zfsonlinux/spl.git; owner = "zfsonlinux";
rev = "77ab5dd33a99bdf7fb062f0ea327582236a225b3"; repo = "spl";
sha256 = "1hbn8hi305cn15nlcm9x99nczjqjkhdc38hzww11xn78py8d90w9"; rev = "9eb361aaa537724c9a90ab6a9f33521bfd80bad9";
sha256 = "18sv4mw85fbm8i1s8k4y5dc43l6ll2f6hgfrawvzgvwni5i4h7n8";
}; };
patches = [ ./const.patch ./install_prefix.patch ]; patches = [ ./const.patch ./install_prefix.patch ];