Skip to content

Commit

Permalink
Merge pull request NixOS#327771 from Sigmanificient/afl-4.21
Browse files Browse the repository at this point in the history
aflplusplus: 4.20c -> 4.21c
  • Loading branch information
Mindavi authored Jul 17, 2024
2 parents 4b118df + 8ba2899 commit 5180ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/aflplusplus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ let
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
aflplusplus = stdenvNoCC.mkDerivation rec {
pname = "aflplusplus";
version = "4.20c";
version = "4.21c";

src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "AFLplusplus";
rev = "refs/tags/v${version}";
hash = "sha256-bS4Zxd2CX8m6zxO/izJi7Cj34260mOaU6GWjEj+xEU8=";
hash = "sha256-DKwPRxSO+JEJYWLldnfrAYqzwqukNzrbo4R5FzJqzzg=";
};

enableParallelBuilding = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/security/aflplusplus/qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "qemuafl";
# rev origin: https://github.com/AFLplusplus/AFLplusplus/commits/stable/qemu_mode/QEMUAFL_VERSION
rev = "40033af00c4c5de172ed4fe60c21b9edbd2c189d";
sha256 = "sha256-oK0DLJjXDiQuRlbaNOurvw5vlr9HEeOobNywiFTq7xg=";
# rev origin: https://github.com/AFLplusplus/AFLplusplus/blob/v4.21c/qemu_mode/QEMUAFL_VERSION
rev = "a6f0632a65e101e680dd72643a6128dd180dff72";
sha256 = "sha256-4kaQA5KDUqkK+fbjHg47lxZHRN8JrfSC2zdjrbMbDPo=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5180ff0

Please sign in to comment.