summary refs log tree commit diff
path: root/pkgs/tools/security/afl
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-08-17 17:06:45 -0500
committerAustin Seipp <aseipp@pobox.com>2015-08-17 17:18:10 -0500
commit5d964375e5d53944c7581df5826be586dd1c5efc (patch)
treecbb2f470c93614a6f75c72af43657e00334ec353 /pkgs/tools/security/afl
parent55e5bd4e9be0fb79771c81bd26c8af3b9088fb65 (diff)
downloadnixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar.gz
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar.bz2
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar.lz
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar.xz
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.tar.zst
nixpkgs-5d964375e5d53944c7581df5826be586dd1c5efc.zip
nixpkgs: afl 1.83b -> 1.86b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/tools/security/afl')
-rw-r--r--pkgs/tools/security/afl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/afl/default.nix b/pkgs/tools/security/afl/default.nix
index ff9798b3f75..75ad9382b9f 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.83b";
+  version = "1.86b";
 
   src = fetchurl {
     url    = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
-    sha256 = "1zkf9vdhmm1h0flxl1ybmw41amgh9cyh4hyb18jp972lgd9q642v";
+    sha256 = "1by9ncf6lgcyibzqwyla34jv64sd66mn8zhgjz2pcgsds51qwn0r";
   };
 
   # Note: libcgroup isn't needed for building, just for the afl-cgroup