6 python3.pkgs.buildPythonApplication rec {
10 disabled = python3.pythonOlder "3.8";
12 src = fetchFromGitHub {
16 sha256 = "17k4vw5d3kr961axl49ywid4cf3n7zxvm885c4lv15w7s2al1425";
19 propagatedBuildInputs = with python3.pkgs; [
25 nativeCheckInputs = with python3.pkgs; [
29 pythonImportsCheck = [
34 description = "MongoDB auditing and pentesting tool";
35 homepage = "https://github.com/stampery/mongoaudit";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];
38 mainProgram = "mongoaudit";