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

aflplusplus: 4.09c -> 4.10c

authored by Rick van Schijndel and committed by GitHub a50d1e50 77e68f9b

+2 -2
+2 -2
pkgs/tools/security/aflplusplus/default.nix
··· 19 19 libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; }; 20 20 aflplusplus = stdenvNoCC.mkDerivation rec { 21 21 pname = "aflplusplus"; 22 - version = "4.09c"; 22 + version = "4.10c"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "AFLplusplus"; 26 26 repo = "AFLplusplus"; 27 27 rev = "v${version}"; 28 - sha256 = "sha256-SQQJpR3+thi4iyrowkOD878nRHNgBJqqUdRFhtqld4k="; 28 + sha256 = "sha256-elghcBw2tIttQo7bkMFRCx8iNqxwY0NCz0343wc8hWA="; 29 29 }; 30 30 enableParallelBuilding = true; 31 31