lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.appthreat-vulnerability-db: 6.3.1 -> 6.4.0

R. Ryantm 2778275e b5dd9efc

+3 -3
+3 -3
pkgs/development/python-modules/appthreat-vulnerability-db/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "appthreat-vulnerability-db"; 24 - version = "6.3.1"; 24 + version = "6.4.0"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.10"; ··· 30 30 owner = "AppThreat"; 31 31 repo = "vulnerability-db"; 32 32 tag = "v${version}"; 33 - hash = "sha256-inyKxDF6q8+h2/tcGHEHztBz0uY512wIPebzu4wKYss="; 33 + hash = "sha256-BW8MN4sbQ+Z7Mi1EyrhmIOzGl1Gd8RS7vuaVMBPCtpE="; 34 34 }; 35 35 36 36 pythonRelaxDeps = [ ··· 74 74 meta = with lib; { 75 75 description = "Vulnerability database and package search for sources such as OSV, NVD, GitHub and npm"; 76 76 homepage = "https://github.com/appthreat/vulnerability-db"; 77 - changelog = "https://github.com/AppThreat/vulnerability-db/releases/tag/v${version}"; 77 + changelog = "https://github.com/AppThreat/vulnerability-db/releases/tag/${src.tag}"; 78 78 license = with licenses; [ mit ]; 79 79 maintainers = with maintainers; [ fab ]; 80 80 mainProgram = "vdb";