7 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-x/h53zpYuuFTtzCEioiw4yTIt/jG2qFG5nz0WmxzYIg=";
17 build-system = with python3Packages; [ setuptools ];
19 # Tests requires to start containers
23 description = "TCP/UDP communication suite";
24 homepage = "https://pwncat.org/";
25 changelog = "https://github.com/cytopia/pwncat/releases/tag/v${version}";
26 license = licenses.mit;
27 maintainers = with maintainers; [ fab ];
28 mainProgram = "pwncat";