mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
afflib: 3.7.15 -> 3.7.16
This commit is contained in:
parent
091d0c8298
commit
27d1d15ab9
1 changed files with 2 additions and 3 deletions
|
@ -3,19 +3,18 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.7.15";
|
||||
version = "3.7.16";
|
||||
name = "afflib-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sshock";
|
||||
repo = "AFFLIBv3";
|
||||
rev = "v${version}";
|
||||
sha256 = "0ckg49m15lz5cxg0k12z2ys6v4smjr6l8bbazrvsqlm649gwd2bw";
|
||||
sha256 = "0piwkmg7jn64h57cjf5cybyvyqxj2k752g9vrf4ycds7nhvvbnb6";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib curl expat fuse openssl autoreconfHook python ];
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://afflib.sourceforge.net/;
|
||||
description = "Advanced forensic format library";
|
||||
|
|
Loading…
Reference in a new issue