mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #253537 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.12.0 -> 4.12.1
This commit is contained in:
commit
f1cb9b1bd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user