summary refs log tree commit diff
path: root/pkgs/tools/security/afl
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-06-14 14:27:46 -0500
committerAustin Seipp <aseipp@pobox.com>2015-06-14 14:28:00 -0500
commit1ee742b0ef2904788e1775d73de42c00492e8c4f (patch)
tree2c7d8c1b18ee013d193964f43c8835181485bca7 /pkgs/tools/security/afl
parent23393964bb7d166694adf7c07dccac57d69c3aea (diff)
downloadnixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar.gz
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar.bz2
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar.lz
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar.xz
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.tar.zst
nixpkgs-1ee742b0ef2904788e1775d73de42c00492e8c4f.zip
nixpkgs: afl 1.80b -> 1.83b
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 2aed8df3260..ff9798b3f75 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.80b";
+  version = "1.83b";
 
   src = fetchurl {
     url    = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
-    sha256 = "008l2qirwlf40yhlrybcpglsil9nw8498qcjmvrnvvq31piwyhp0";
+    sha256 = "1zkf9vdhmm1h0flxl1ybmw41amgh9cyh4hyb18jp972lgd9q642v";
   };
 
   # Note: libcgroup isn't needed for building, just for the afl-cgroup