Merge pull request #92672 from r-ryantm/auto-update/afflib
afflib: 3.7.18 -> 3.7.19
This commit is contained in:
commit
a340e0b825
|
@ -3,23 +3,24 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.7.18";
|
version = "3.7.19";
|
||||||
pname = "afflib";
|
pname = "afflib";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sshock";
|
owner = "sshock";
|
||||||
repo = "AFFLIBv3";
|
repo = "AFFLIBv3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0963gw316p4nyxa9zxmgif29p8i99k898av2g78g28dxafqj3w8c";
|
sha256 = "1qs843yi33yqbp0scqirn753lxzg762rz6xy2h3f8f77fijqj2qb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ zlib curl expat fuse openssl python3 ];
|
buildInputs = [ zlib curl expat openssl python3 ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isLinux [ fuse ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://afflib.sourceforge.net/";
|
homepage = "http://afflib.sourceforge.net/";
|
||||||
description = "Advanced forensic format library";
|
description = "Advanced forensic format library";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.bsdOriginal;
|
license = stdenv.lib.licenses.bsdOriginal;
|
||||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
Loading…
Reference in New Issue