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

sleuthkit: 4.6.3 -> 4.6.4
This commit is contained in:
Michael Raskin 2018-11-18 14:52:04 +00:00 committed by GitHub
commit 95873c4d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook, libewf, afflib, openssl, zlib }:
stdenv.mkDerivation rec {
version = "4.6.3";
version = "4.6.4";
name = "sleuthkit-${version}";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = name;
sha256 = "1qaggb8day6idbafncslyaz7a475sq6p0xnjwc4c99f0z7i9cahp";
sha256 = "0c6cglc4877pw6069ph72s3rv6747ps4vzhs6l2qxxncsrdlbzv0";
};
postPatch = ''