aflplusplus: 4.08c -> 4.09c

This commit is contained in:
R. Ryantm 2023-12-16 07:15:11 +00:00
parent e407ebeed0
commit dedf5959a5

View File

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