summary refs log tree commit diff
path: root/pkgs/tools/security/afl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-02 01:05:31 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-02 01:05:31 +0000
commite9062ea2389751f1f0d9e3f46cb2d037ea498b9b (patch)
treec41831970a1731a7f0ef8dbcfb33a45dc654ecc1 /pkgs/tools/security/afl
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
downloadnixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar.gz
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar.bz2
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar.lz
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar.xz
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.tar.zst
nixpkgs-e9062ea2389751f1f0d9e3f46cb2d037ea498b9b.zip
afl: 2.56b -> 2.57b
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 e32aa034874..091b52bfcf0 100644
--- a/pkgs/tools/security/afl/default.nix
+++ b/pkgs/tools/security/afl/default.nix
@@ -9,13 +9,13 @@ let
     else throw "afl: no support for ${stdenv.hostPlatform.system}!";
   afl = stdenv.mkDerivation rec {
     pname = "afl";
-    version = "2.56b";
+    version = "2.57b";
 
     src = fetchFromGitHub {
       owner = "google";
       repo = pname;
       rev = "v${version}";
-      sha256 = "1q1g59gkm48aa4cg9h70jx4i2gapmypgp5rzs156b2avd95vwkn1";
+      sha256 = "0fqj3g6ds1f21kxz7m9mc1fspi9r4jg9jcmi60inwxijrc5ncvr6";
     };
     enableParallelBuilding = true;