summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 22:48:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 22:48:06 +0000
commit34a16c9cc7f069d872c5a5deaeeb5e42172ed8ec (patch)
tree34629424483c9352137d919db483d7a241f19aef /pkgs/tools/system
parent97927dfad9abf6f2d1b3144d069024911a7ecf1f (diff)
sleuthkit: 4.12.0 -> 4.12.1
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 0acc0e601699f..175ec98fe220b 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