From c51a74957e25b05376b7c8e07284a14220e2b975 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Wed, 8 Nov 2017 20:54:55 +0100 Subject: [PATCH] yara: 3.6.0 -> 3.6.3 (fixes CVE-2017-11328) (cherry picked from commit e15d6e1b3c267156453924942d426ba420f54f20) --- pkgs/tools/security/yara/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/yara/default.nix b/pkgs/tools/security/yara/default.nix index 34eb5583c4558d..7423c2d435bff0 100644 --- a/pkgs/tools/security/yara/default.nix +++ b/pkgs/tools/security/yara/default.nix @@ -5,14 +5,14 @@ }: stdenv.mkDerivation rec { - version = "3.6.0"; + version = "3.6.3"; name = "yara-${version}"; src = fetchFromGitHub { owner = "VirusTotal"; repo = "yara"; rev = "v${version}"; - sha256 = "05nadqpvihdyxym11mn6n02rzv2ng8ga7j9l0g5gnjx366gcai42"; + sha256 = "13znbdwin9lvql43wpms5hh13h8rk5x5wajgmphz18rxwp8h7j78"; }; # FIXME: this is probably not the right way to make it work