summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/afl
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-03-22 18:29:57 -0500
committerAustin Seipp <aseipp@pobox.com>2015-03-22 18:29:57 -0500
commit624fcfce6426d54b40b37443ce5c78fc6d5cb7ff (patch)
tree12cd9fa1e7cc9cb187178551ea6f69e98eeca198 /pkgs/tools/security/afl
parent491c8f82b24df3e57ff94adebd2bd3b1f8260a65 (diff)
nixpkgs: afl 1.56b -> 1.57b
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 dd2bcd7b61e4..b1c37331042d 100644
--- a/pkgs/tools/security/afl/default.nix
+++ b/pkgs/tools/security/afl/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "afl-${version}";
- version = "1.56b";
+ version = "1.57b";
src = fetchurl {
url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
- sha256 = "1nagd9ycj0i1h7kx2pz07fpwy4b528inmc9hj7226qiid0bynsh4";
+ sha256 = "05dwh2kgz31702y339bvbs0b3ffadxgxk8cqqhs2i0ggx5bnl5p4";
};
buildPhase = "make PREFIX=$out";