yara: 3.6.0 -> 3.6.3 (fixes CVE-2017-11328)

This commit is contained in:
Andreas Rammhold 2017-11-08 20:54:55 +01:00
parent 27831cbd86
commit e15d6e1b3c

View File

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