Skip to content

Commit

Permalink
Merge pull request #92672 from r-ryantm/auto-update/afflib
Browse files Browse the repository at this point in the history
afflib: 3.7.18 -> 3.7.19
  • Loading branch information
marsam committed Jul 8, 2020
2 parents f18e8f9 + 6a8ef82 commit a340e0b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/libraries/afflib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
}:

stdenv.mkDerivation rec {
version = "3.7.18";
version = "3.7.19";
pname = "afflib";

src = fetchFromGitHub {
owner = "sshock";
repo = "AFFLIBv3";
rev = "v${version}";
sha256 = "0963gw316p4nyxa9zxmgif29p8i99k898av2g78g28dxafqj3w8c";
sha256 = "1qs843yi33yqbp0scqirn753lxzg762rz6xy2h3f8f77fijqj2qb";
};

nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ zlib curl expat fuse openssl python3 ];
buildInputs = [ zlib curl expat openssl python3 ]
++ stdenv.lib.optionals stdenv.isLinux [ fuse ];

meta = {
homepage = "http://afflib.sourceforge.net/";
description = "Advanced forensic format library";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsdOriginal;
maintainers = [ stdenv.lib.maintainers.raskin ];
inherit version;
Expand Down

0 comments on commit a340e0b

Please sign in to comment.