afl: 2.10b -> 2.23b

Looks like mostly performance enhancements and stability fixes. The main
user facing changes appear to be:

- The -Z option was removed
- A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when
compiling with afl-gcc

Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt

authored by Joachim Fasting and committed by moritz.vongoewels.de 9e2937ca 0a417845

+2 -2
+2 -2
pkgs/tools/security/afl/default.nix
··· 9 9 in 10 10 stdenv.mkDerivation rec { 11 11 name = "afl-${version}"; 12 - version = "2.10b"; 12 + version = "2.23b"; 13 13 14 14 src = fetchurl { 15 15 url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz"; 16 - sha256 = "1qxz3szsdr3ciz496mjb5v2k8p90nilgnlbwwv9csk828qb2jhc1"; 16 + sha256 = "152pqrc0py6jk1i3pwn2k928bsgax0d4yavpa3ca29bmrbzpnadh"; 17 17 }; 18 18 19 19 # Note: libcgroup isn't needed for building, just for the afl-cgroup