8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-KemiM+dCLSU3a6IIbI9VKtaIeY4SVcHsuE9QwZtzNxU=";
27 build-system = with python3.pkgs; [
29 poetry-dynamic-versioning
32 dependencies = with python3.pkgs; [
56 ++ (with python3.pkgs; [
63 pythonImportsCheck = [ "vunnel" ];
73 description = "Tool for collecting vulnerability data from various sources";
74 homepage = "https://github.com/anchore/vunnel";
75 changelog = "https://github.com/anchore/vunnel/releases/tag/v${version}";
76 license = licenses.asl20;
77 maintainers = with maintainers; [ fab ];
78 mainProgram = "vunnel";