python3Packages.appthreat-vulnerability-db: 6.6.1 -> 6.6.2 (#518081)

This commit is contained in:
Weijia Wang
2026-05-11 22:23:28 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "dep-scan";
version = "6.1.0";
version = "6.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "owasp-dep-scan";
repo = "dep-scan";
tag = "v${finalAttrs.version}";
hash = "sha256-Drp9DIu4ORNDMqYnCU7CJYpD65RW0da1g4bUIXlPfBA=";
hash = "sha256-pMqEzJhGVmLhy4HJE6O/doYGMPiys7KqM5jW5pJI6sU=";
};
build-system = with python3Packages; [ setuptools ];
@@ -23,14 +23,14 @@
buildPythonPackage (finalAttrs: {
pname = "appthreat-vulnerability-db";
version = "6.6.1";
version = "6.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "AppThreat";
repo = "vulnerability-db";
tag = "v${finalAttrs.version}";
hash = "sha256-g4KY08In4/cNBPzQ30ZTjv67rLpFACUAHXb0CQ6LF2M=";
hash = "sha256-p5mx6fvqLZZ+te8twTWHTKEcuUg9pUyT2raMFADiVCw=";
};
pythonRelaxDeps = [