mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
spl_git: 2015-04-24 -> 2015-06-10
This commit is contained in:
parent
2a8cf39952
commit
6af1fe3519
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ callPackage, fetchgit, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "2015-04-24";
|
||||
version = "2015-06-10";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://github.com/zfsonlinux/spl.git;
|
||||
rev = "62e2eb2329d99f7c39bcda47bc9ecb2887608fa5";
|
||||
sha256 = "1i59sps2y0mgm9sj4a0h03xl0hlgiym4637j5j6zc5g125zzcnrd";
|
||||
rev = "2345368646151718fa59986d9e2d9d38bcdecb2c";
|
||||
sha256 = "08k7ahqgqrf9i118mkfxm01h8s607zp8lyvbvm1crii50dwlvl3g";
|
||||
};
|
||||
|
||||
patches = [ ./const.patch ./install_prefix.patch ];
|
||||
|
|
Loading…
Reference in a new issue