summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-02-12 08:47:59 +0000
committerGitHub <noreply@github.com>2021-02-12 08:47:59 +0000
commit60b199d390854275e57e28162ac8231037665495 (patch)
treebedf6e1816064fd4aaed0d07903e069487d29dba
parentdiff-so-fancy: 1.3.0 -> 1.4.0 (diff)
parentsleuthkit: 4.6.5 -> 4.10.1 (diff)
downloadnixpkgs-60b199d390854275e57e28162ac8231037665495.tar.gz
Merge pull request #112678 from LeSuisse/sleuthkit-4.10.1-20.09
[20.09] sleuthkit: 4.6.5 -> 4.10.1
-rw-r--r--pkgs/tools/system/sleuthkit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/sleuthkit/default.nix b/pkgs/tools/system/sleuthkit/default.nix
index 8dbc28d3a314..b854bb5eb2ac 100644
--- a/pkgs/tools/system/sleuthkit/default.nix
+++ b/pkgs/tools/system/sleuthkit/default.nix
@@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, autoreconfHook, libewf, afflib, openssl, zlib }:
stdenv.mkDerivation rec {
- version = "4.6.5";
+ version = "4.10.1";
pname = "sleuthkit";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = "${pname}-${version}";
- sha256 = "1q1cdixnfv9v4qlzza8xwdsyvq1vdw6gjgkd41yc1d57ldp1qm0c";
+ sha256 = "142kkpkpawpqyc88pr6xdvlagw6djaah1schyjxq9qdq9cnqx0dw";
};
postPatch = ''
- substituteInPlace tsk/img/ewf.c --replace libewf_handle_read_random libewf_handle_read_buffer_at_offset
+ substituteInPlace tsk/img/ewf.cpp --replace libewf_handle_read_random libewf_handle_read_buffer_at_offset
'';
enableParallelBuilding = true;