aflplusplus: 4.08c -> 4.09c
This commit is contained in:
parent
e407ebeed0
commit
dedf5959a5
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user