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

aflplusplus: 4.09c -> 4.10c
This commit is contained in:
Rick van Schijndel
2024-02-13 11:43:42 +01:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@ let
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
aflplusplus = stdenvNoCC.mkDerivation rec {
pname = "aflplusplus";
version = "4.09c";
version = "4.10c";
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "AFLplusplus";
rev = "v${version}";
sha256 = "sha256-SQQJpR3+thi4iyrowkOD878nRHNgBJqqUdRFhtqld4k=";
sha256 = "sha256-elghcBw2tIttQo7bkMFRCx8iNqxwY0NCz0343wc8hWA=";
};
enableParallelBuilding = true;