summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-26 22:41:20 +0000
committerGitHub <noreply@github.com>2021-03-26 22:41:20 +0000
commit81ac64300e137784e11e68597618c19ebe462c62 (patch)
tree1aba99ec58b633843195ad7649383bfb804b7239 /pkgs/tools
parent109d6b3bdbac150c23ac134682c591c679e20a5b (diff)
parent750784d77c8d9508fc9d02468122a3148ae6beee (diff)
Merge pull request #117520 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.10.1 -> 4.10.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/sleuthkit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/sleuthkit/default.nix b/pkgs/tools/system/sleuthkit/default.nix
index cf88dc846fb1..be4eaf5f0791 100644
--- a/pkgs/tools/system/sleuthkit/default.nix
+++ b/pkgs/tools/system/sleuthkit/default.nix
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libewf, afflib, openssl, zlib }:
stdenv.mkDerivation rec {
- version = "4.10.1";
+ version = "4.10.2";
pname = "sleuthkit";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = "${pname}-${version}";
- sha256 = "142kkpkpawpqyc88pr6xdvlagw6djaah1schyjxq9qdq9cnqx0dw";
+ sha256 = "sha256-N0/spV/Bxk/UNULPot82Vw1uTIxy/Arf84wqUp6W2Tc=";
};
postPatch = ''