afflib: 3.7.15 -> 3.7.16
This commit is contained in:
parent
091d0c8298
commit
27d1d15ab9
|
@ -3,19 +3,18 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.7.15";
|
version = "3.7.16";
|
||||||
name = "afflib-${version}";
|
name = "afflib-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sshock";
|
owner = "sshock";
|
||||||
repo = "AFFLIBv3";
|
repo = "AFFLIBv3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ckg49m15lz5cxg0k12z2ys6v4smjr6l8bbazrvsqlm649gwd2bw";
|
sha256 = "0piwkmg7jn64h57cjf5cybyvyqxj2k752g9vrf4ycds7nhvvbnb6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib curl expat fuse openssl autoreconfHook python ];
|
buildInputs = [ zlib curl expat fuse openssl autoreconfHook python ];
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://afflib.sourceforge.net/;
|
homepage = http://afflib.sourceforge.net/;
|
||||||
description = "Advanced forensic format library";
|
description = "Advanced forensic format library";
|
||||||
|
|
Loading…
Reference in New Issue