Merge pull request #255005 from athre0z/aflplusplus-4.08c
aflplusplus: 4.06c -> 4.08c
This commit is contained in:
commit
117a285bd3
2 changed files with 5 additions and 5 deletions
|
@ -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.06c";
|
version = "4.08c";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AFLplusplus";
|
owner = "AFLplusplus";
|
||||||
repo = "AFLplusplus";
|
repo = "AFLplusplus";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Gb1nYDBnwLS+m8e1UD0WLIrnp8KRgliGQVvQD22JXrQ=";
|
sha256 = "sha256-r1elJlvGuVrMFLECYCfMsZVEJcCPYRdkljMbF4uRHQY=";
|
||||||
};
|
};
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@ stdenv.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AFLplusplus";
|
owner = "AFLplusplus";
|
||||||
repo = "qemuafl";
|
repo = "qemuafl";
|
||||||
rev = "0569eff8a12dec73642b96757f6b5b51a618a03a";
|
rev = "a1321713c7502c152dd7527555e0f8a800d55225";
|
||||||
sha256 = "sha256-nYWHyRfOH2p9znRxjxsiyw11uZuMBiuJfEc7FHM5X7M=";
|
sha256 = "sha256-HLlOHqT2vrHjHyu4n83IzVzKv9ErinephLLev1E10nM=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue