Skip to content

Commit f39a047

Browse files
committedJun 4, 2017
yara: 3.5.0 > 3.6.0, fixes CVE-2017-5924
1 parent 84da900 commit f39a047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/yara/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
}:
66

77
stdenv.mkDerivation rec {
8-
version = "3.5.0";
8+
version = "3.6.0";
99
name = "yara-${version}";
1010

1111
src = fetchFromGitHub {
1212
owner = "VirusTotal";
1313
repo = "yara";
1414
rev = "v${version}";
15-
sha256 = "18hn6acfj0cha9cv70f6hyaqf8qbgj0c0dm9db4v2q8z7cgi1681";
15+
sha256 = "05nadqpvihdyxym11mn6n02rzv2ng8ga7j9l0g5gnjx366gcai42";
1616
};
1717

1818
# FIXME: this is probably not the right way to make it work

0 commit comments

Comments
 (0)
Please sign in to comment.