From 264cb737f60f291c80f96ad67d3a476c85e45417 Mon Sep 17 00:00:00 2001 From: Corbin Date: Tue, 26 Apr 2016 18:45:12 -0700 Subject: [PATCH] afl: 1.94b -> 2.10b Includes afl-analyze. QEMU support not tested. --- pkgs/tools/security/afl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/afl/default.nix b/pkgs/tools/security/afl/default.nix index 24a3abd4096..a252dad5ea1 100644 --- a/pkgs/tools/security/afl/default.nix +++ b/pkgs/tools/security/afl/default.nix @@ -9,11 +9,11 @@ let in stdenv.mkDerivation rec { name = "afl-${version}"; - version = "1.94b"; + version = "2.10b"; src = fetchurl { url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz"; - sha256 = "1c36yz3ajd66m3c5aiai3wf59pzxivn80cvlib3dw45d4zqiymqp"; + sha256 = "1qxz3szsdr3ciz496mjb5v2k8p90nilgnlbwwv9csk828qb2jhc1"; }; # Note: libcgroup isn't needed for building, just for the afl-cgroup