Merge pull request #274653 from r-ryantm/auto-update/aflplusplus

aflplusplus: 4.08c -> 4.09c
This commit is contained in:
Rick van Schijndel 2023-12-24 23:59:33 +01:00 committed by GitHub
commit 2691decb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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