Merge pull request #255005 from athre0z/aflplusplus-4.08c

aflplusplus: 4.06c -> 4.08c
This commit is contained in:
Rick van Schijndel 2023-09-20 07:06:21 +02:00 committed by GitHub
commit 117a285bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -19,13 +19,13 @@ let
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
aflplusplus = stdenvNoCC.mkDerivation rec {
pname = "aflplusplus";
version = "4.06c";
version = "4.08c";
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "AFLplusplus";
rev = version;
sha256 = "sha256-Gb1nYDBnwLS+m8e1UD0WLIrnp8KRgliGQVvQD22JXrQ=";
rev = "v${version}";
sha256 = "sha256-r1elJlvGuVrMFLECYCfMsZVEJcCPYRdkljMbF4uRHQY=";
};
enableParallelBuilding = true;

View File

@ -24,8 +24,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "qemuafl";
rev = "0569eff8a12dec73642b96757f6b5b51a618a03a";
sha256 = "sha256-nYWHyRfOH2p9znRxjxsiyw11uZuMBiuJfEc7FHM5X7M=";
rev = "a1321713c7502c152dd7527555e0f8a800d55225";
sha256 = "sha256-HLlOHqT2vrHjHyu4n83IzVzKv9ErinephLLev1E10nM=";
fetchSubmodules = true;
};