aflplusplus: unpin python37

This commit is contained in:
Martin Weinelt 2023-01-03 05:26:58 +01:00
parent 50544dcce4
commit 3df6d8d54d

View file

@ -1246,7 +1246,7 @@ with pkgs;
aflplusplus = callPackage ../tools/security/aflplusplus {
clang = clang_9;
llvm = llvm_9;
python = python37;
python = python3;
wine = null;
};