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

sleuthkit: 4.10.2 -> 4.11.0
This commit is contained in:
Michael Raskin
2021-08-18 07:01:34 +00:00
committed by GitHub
+2 -2
View File
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libewf, afflib, openssl, zlib }:
stdenv.mkDerivation rec {
version = "4.10.2";
version = "4.11.0";
pname = "sleuthkit";
src = fetchFromGitHub {
owner = "sleuthkit";
repo = "sleuthkit";
rev = "${pname}-${version}";
sha256 = "sha256-N0/spV/Bxk/UNULPot82Vw1uTIxy/Arf84wqUp6W2Tc=";
sha256 = "sha256-cY55zK6N3tyCLBJtZn4LhK9kLkikJjg640Pm/NA0ALY=";
};
postPatch = ''