lol

Merge pull request #253537 from r-ryantm/auto-update/sleuthkit

sleuthkit: 4.12.0 -> 4.12.1

authored by

7c6f434c and committed by
GitHub
f1cb9b1b 18a3d8a5

+2 -2
+2 -2
pkgs/tools/system/sleuthkit/default.nix
··· 12 12 }: 13 13 14 14 stdenv.mkDerivation rec { 15 - version = "4.12.0"; 15 + version = "4.12.1"; 16 16 pname = "sleuthkit"; 17 17 18 18 sleuthsrc = fetchFromGitHub { 19 19 owner = "sleuthkit"; 20 20 repo = "sleuthkit"; 21 21 rev = "${pname}-${version}"; 22 - hash = "sha256-NX7LNtor7UQJ6HCDz9wGpxbqrLQTTH9+543hOaQOAz4="; 22 + hash = "sha256-q51UY2lIcLijycNaq9oQIwUXpp/1mfc3oPN4syOPF44="; 23 23 }; 24 24 25 25 # Fetch libraries using a fixed output derivation