Unverified Commit 117a285b authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

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

aflplusplus: 4.06c -> 4.08c
parents 97695cf2 258a4807
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;

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