From 15bd0b8f196c35bc649accf873d8ec362ecc570f Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Thu, 10 Sep 2015 08:55:05 -0500 Subject: [PATCH] nixpkgs: afl 1.88b -> 1.93b Signed-off-by: Austin Seipp --- 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 92a0e46b79d..324371a7dce 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.88b"; + version = "1.93b"; src = fetchurl { url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz"; - sha256 = "10j0b4kzr4rmflcnxhb2r3klxc4sspx23bpgxjaqflp4z3zf5m1v"; + sha256 = "1nin3rxidvfbafc5pm35wcmlx7yq07xwb29s5k1zzqdfflcnpi1m"; }; # Note: libcgroup isn't needed for building, just for the afl-cgroup