python312Packages.appthreat-vulnerability-db: 5.6.4 -> 5.6.6

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.6.4...v5.6.6

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.6.6
This commit is contained in:
Fabian Affolter 2024-03-30 09:49:43 +01:00
parent 28aff0794b
commit 75a7491ce2

View File

@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.6.4";
version = "5.6.6";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-Uq0DXrNQRVhQaPXXGNjbnPhOYoPpa8H3WuDdotCKS8c=";
hash = "sha256-wVl2C1AG9LbSh/p95fstJyJr6JnhZFIhNvq8mhpg13Q=";
};
postPatch = ''