6 python3.pkgs.buildPythonApplication rec {
7 pname = "malwoverview";
11 src = fetchFromGitHub {
12 owner = "alexandreborges";
13 repo = "malwoverview";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-N9jXMkX3Kt3ldw/QgJRAE2ItrzjXzQthQ9UULRtnN0A=";
22 build-system = with python3.pkgs; [
26 dependencies = with python3.pkgs; [
38 # Project has no tests
41 pythonImportsCheck = [
46 description = "Tool for threat hunting and gathering intel information from various sources";
47 homepage = "https://github.com/alexandreborges/malwoverview";
48 changelog = "https://github.com/alexandreborges/malwoverview/releases/tag/v${version}";
49 license = licenses.gpl3Only;
50 maintainers = with maintainers; [ fab ];
51 mainProgram = "malwoverview.py";