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