aflplusplus: 4.31c -> 4.32c

This commit is contained in:
R. Ryantm
2025-04-26 14:31:11 +00:00
parent e8f43e92fa
commit 188c9276db
+2 -2
View File
@@ -37,13 +37,13 @@ let
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
aflplusplus = stdenvNoCC.mkDerivation rec {
pname = "aflplusplus";
version = "4.31c";
version = "4.32c";
src = fetchFromGitHub {
owner = "AFLplusplus";
repo = "AFLplusplus";
tag = "v${version}";
hash = "sha256-O3NPtQaxcRRFE6H7O6JTsmQsO+iEl8eQxHGKtc+1g8w=";
hash = "sha256-Fhf7dHyHd8IGXq7t1y9TwN9VN8SckLRkgfGGMvmqIqk=";
};
enableParallelBuilding = true;