7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-xxaWhGUh/r34eS2TJt8c3Q795OsZOoQLXQllJGJTjqY=";
19 build-system = with python3Packages; [ poetry-core ];
21 dependencies = with python3Packages; [
26 # Project has no tests
29 pythonImportsCheck = [ "xortool" ];
32 description = "Tool to analyze multi-byte XOR cipher";
33 homepage = "https://github.com/hellman/xortool";
34 changelog = "https://github.com/hellman/xortool/releases/tag/v${version}";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];