yara: 3.5.0 > 3.6.0, fixes CVE-2017-5924

This commit is contained in:
Pascal Wittmann 2017-06-04 17:48:25 +02:00
parent 84da900743
commit f39a047dac
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -5,14 +5,14 @@
}:
stdenv.mkDerivation rec {
version = "3.5.0";
version = "3.6.0";
name = "yara-${version}";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara";
rev = "v${version}";
sha256 = "18hn6acfj0cha9cv70f6hyaqf8qbgj0c0dm9db4v2q8z7cgi1681";
sha256 = "05nadqpvihdyxym11mn6n02rzv2ng8ga7j9l0g5gnjx366gcai42";
};
# FIXME: this is probably not the right way to make it work