Update SleuthKit
This commit is contained in:
parent
0d8c76057f
commit
85caa0942d
@ -1,11 +1,12 @@
|
||||
{ stdenv, fetchurl, libewf, afflib, openssl, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sleuthkit-3.2.2";
|
||||
version = "4.1.3";
|
||||
name = "sleuthkit-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/sleuthkit/${name}.tar.gz";
|
||||
sha256 = "02hik5xvbgh1dpisvc3wlhhq1aprnlsk0spbw6h5khpbq9wqnmgj";
|
||||
sha256 = "09q3ky4rpv18jasf5gc2hlivzadzl70jy4nnk23db1483aix5yb7";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
@ -20,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = "IBM Public License";
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
5
pkgs/tools/system/sleuthkit/default.upstream
Normal file
5
pkgs/tools/system/sleuthkit/default.upstream
Normal file
@ -0,0 +1,5 @@
|
||||
url http://sourceforge.net/projects/sleuthkit/files/sleuthkit/
|
||||
SF_version_dir
|
||||
SF_version_tarball
|
||||
SF_redirect
|
||||
minimize_overwrite
|
Loading…
Reference in New Issue
Block a user