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

sleuthkit: 4.6.2 -> 4.6.3
This commit is contained in:
Michael Raskin 2018-10-23 19:40:51 +00:00 committed by GitHub
commit 64df3f12a9
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.2";
version = "4.6.3";
name = "sleuthkit-${version}";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = name;
sha256 = "1ykl6ijf15mjfvmkk9b4gj18kspdairn7ms4wsi2v9kb25776skx";
sha256 = "1qaggb8day6idbafncslyaz7a475sq6p0xnjwc4c99f0z7i9cahp";
};
postPatch = ''