1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

spl_git: 2015-03-20 -> 2015-03-25

This commit is contained in:
William A. Kennington III 2015-03-27 15:50:47 -07:00
parent 49e980fa32
commit c7bf9d2749

View file

@ -1,12 +1,12 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "2015-03-20";
version = "2015-03-25";
src = fetchgit {
url = git://github.com/zfsonlinux/spl.git;
rev = "79a0056e137c9cc540eb9ff7327c85ac8d094e6c";
sha256 = "0xj132x0q76h9anjh7km2blqnr19yx7szwifj02x5h6xa07vq6fd";
rev = "a4f54cf036d9a966ff87abe9a0063f2b457c2389";
sha256 = "0n10icwmnx3y6201fncswhd1mfvs6xyk8praj27z0wnzxs1i4k96";
};
patches = [ ./const.patch ./install_prefix-git.patch ];