Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixpkgs: afl 1.93b -> 1.94b

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+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 = "1.93b"; 12 + version = "1.94b"; 13 13 14 14 src = fetchurl { 15 15 url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz"; 16 - sha256 = "1nin3rxidvfbafc5pm35wcmlx7yq07xwb29s5k1zzqdfflcnpi1m"; 16 + sha256 = "1c36yz3ajd66m3c5aiai3wf59pzxivn80cvlib3dw45d4zqiymqp"; 17 17 }; 18 18 19 19 # Note: libcgroup isn't needed for building, just for the afl-cgroup