7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-+5NDea4p/JWEk305EhAtab3to36a74KR50eosw6c5qI=";
24 build-system = with python3.pkgs; [ poetry-core ];
35 pythonImportsCheck = [ "audiness" ];
38 description = "CLI tool to interact with Nessus";
39 homepage = "https://github.com/audiusGmbH/audiness";
40 changelog = "https://github.com/audiusGmbH/audiness/releases/tag/${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "audiness";