summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-24 21:12:24 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-24 21:12:24 +0000
commit750784d77c8d9508fc9d02468122a3148ae6beee (patch)
tree66e63c138c105cda7abe2bd847ab4c46e870ceea /pkgs/tools/system
parent6b74bbfb9603418fac02cda0352b70661eab2aa6 (diff)
downloadnixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar.gz
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar.bz2
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar.lz
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar.xz
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.tar.zst
nixpkgs-750784d77c8d9508fc9d02468122a3148ae6beee.zip
sleuthkit: 4.10.1 -> 4.10.2
Diffstat (limited to 'pkgs/tools/system')
-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 cf88dc846fb..be4eaf5f079 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 = ''