about summary refs log tree commit diff
path: root/pkgs/tools/system/sleuthkit
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 07:43:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 07:43:46 +0000
commit7cead1ff76606c66fb9e2108a66b21adede23b44 (patch)
tree08cd781632fcc883f685fc95af532fa0335501b2 /pkgs/tools/system/sleuthkit
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
sleuthkit: 4.11.1 -> 4.12.0
Diffstat (limited to 'pkgs/tools/system/sleuthkit')
-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 49fabf2856de0..4283c281b0b63 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, openjdk, perl, ant }:
 
 stdenv.mkDerivation rec {
-  version = "4.11.1";
+  version = "4.12.0";
   pname = "sleuthkit";
 
   sleuthsrc = fetchFromGitHub {
     owner = "sleuthkit";
     repo = "sleuthkit";
     rev = "${pname}-${version}";
-    sha256 = "sha256-TM8My4dAZigukwMUNDnP3aVCQ8JDdVv/KNkchDvCl9I=";
+    sha256 = "sha256-NX7LNtor7UQJ6HCDz9wGpxbqrLQTTH9+543hOaQOAz4=";
   };
 
   # Fetch libraries using a fixed output derivation