Skip to content

Commit

Permalink
afl: 2.44b -> 2.48b
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Jul 18, 2017
1 parent ccf7b4b commit 3c98974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/afl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let
in
stdenv.mkDerivation rec {
name = "afl-${version}";
version = "2.44b";
version = "2.48b";

src = fetchurl {
url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
sha256 = "0wvx4ibr5hhav9mld1gncdvfzb4iky85gam3x8a43ispjddyya6m";
sha256 = "00x7p8lqrpx60hwynl5dqwn6isr8yhl263avcwfw3dqc7v9lwhrz";
};

# Note: libcgroup isn't needed for building, just for the afl-cgroup
Expand Down

0 comments on commit 3c98974

Please sign in to comment.