summary refs log tree commit diff
path: root/pkgs/tools/system/sleuthkit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/sleuthkit/default.nix')
-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 0acc0e60169..175ec98fe22 100644
--- a/pkgs/tools/system/sleuthkit/default.nix
+++ b/pkgs/tools/system/sleuthkit/default.nix
@@ -12,14 +12,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "4.12.0";
+  version = "4.12.1";
   pname = "sleuthkit";
 
   sleuthsrc = fetchFromGitHub {
     owner = "sleuthkit";
     repo = "sleuthkit";
     rev = "${pname}-${version}";
-    hash = "sha256-NX7LNtor7UQJ6HCDz9wGpxbqrLQTTH9+543hOaQOAz4=";
+    hash = "sha256-q51UY2lIcLijycNaq9oQIwUXpp/1mfc3oPN4syOPF44=";
   };
 
   # Fetch libraries using a fixed output derivation