tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aflplusplus: 4.31c -> 4.32c
R. Ryantm
9 months ago
188c9276
e8f43e92
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
aflplusplus
default.nix
+2
-2
pkgs/tools/security/aflplusplus/default.nix
···
37
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
38
aflplusplus = stdenvNoCC.mkDerivation rec {
39
pname = "aflplusplus";
40
-
version = "4.31c";
41
42
src = fetchFromGitHub {
43
owner = "AFLplusplus";
44
repo = "AFLplusplus";
45
tag = "v${version}";
46
-
hash = "sha256-O3NPtQaxcRRFE6H7O6JTsmQsO+iEl8eQxHGKtc+1g8w=";
47
};
48
49
enableParallelBuilding = true;
···
37
libtokencap = callPackage ./libtokencap.nix { inherit aflplusplus; };
38
aflplusplus = stdenvNoCC.mkDerivation rec {
39
pname = "aflplusplus";
40
+
version = "4.32c";
41
42
src = fetchFromGitHub {
43
owner = "AFLplusplus";
44
repo = "AFLplusplus";
45
tag = "v${version}";
46
+
hash = "sha256-Fhf7dHyHd8IGXq7t1y9TwN9VN8SckLRkgfGGMvmqIqk=";
47
};
48
49
enableParallelBuilding = true;