aflplusplus: 4.10c -> 4.20c

This commit is contained in:
Sigmanificient
2024-04-21 19:41:42 +02:00
parent 65b10c53d1
commit f25ad9c547
+2 -2
View File
@@ -19,13 +19,13 @@ let
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
aflplusplus = stdenvNoCC.mkDerivation rec {
pname = "aflplusplus";
version = "4.10c";
version = "4.20c";
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "AFLplusplus";
rev = "v${version}";
sha256 = "sha256-elghcBw2tIttQo7bkMFRCx8iNqxwY0NCz0343wc8hWA=";
sha256 = "sha256-bS4Zxd2CX8m6zxO/izJi7Cj34260mOaU6GWjEj+xEU8=";
};
enableParallelBuilding = true;