about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-27 17:51:38 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-27 17:51:38 +0300
commitae3e7d748b86d39a90cc2ef79a4aaac880f4a46a (patch)
treef5b27271b659c10258569f31e452ec80ddc71c6b
parenta19016b79e95b926a9aba47d632958d00943f1cb (diff)
parent264cb737f60f291c80f96ad67d3a476c85e45417 (diff)
Merge pull request #15017 from MostAwesomeDude/afl
afl: 1.94b -> 2.10b
-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 24a3abd4096f7..a252dad5ea124 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.94b";
+  version = "2.10b";
 
   src = fetchurl {
     url    = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
-    sha256 = "1c36yz3ajd66m3c5aiai3wf59pzxivn80cvlib3dw45d4zqiymqp";
+    sha256 = "1qxz3szsdr3ciz496mjb5v2k8p90nilgnlbwwv9csk828qb2jhc1";
   };
 
   # Note: libcgroup isn't needed for building, just for the afl-cgroup