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

sleuthkit: 4.6.0 -> 4.6.1
This commit is contained in:
Michael Raskin 2018-05-11 08:27:27 +00:00 committed by GitHub
commit b04deca324
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.0";
version = "4.6.1";
name = "sleuthkit-${version}";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = name;
sha256 = "0m5ll5sx0pxkn58y582b3v90rsfdrh8dm02kmv61psd0k6q0p91x";
sha256 = "1hf783mwa5ws9qvjpj6zgvivi0cfhs8r8m1869ajz5m80lv8fggw";
};
postPatch = ''