aflplusplus: unpin python37

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:49 +01:00
parent 50544dcce4
commit 3df6d8d54d
+1 -1
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;
};