dep-scan: 6.2.0 -> 6.3.0
Changelog: https://github.com/owasp-dep-scan/dep-scan/releases/tag/v6.3.0
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "dep-scan";
|
||||
version = "6.2.0";
|
||||
version = "6.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "owasp-dep-scan";
|
||||
repo = "dep-scan";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pMqEzJhGVmLhy4HJE6O/doYGMPiys7KqM5jW5pJI6sU=";
|
||||
hash = "sha256-DQo8GLO2d9QqS44zwkAt5I3GWk/pi4HAF/CChKf1SB4=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
appthreat-vulnerability-db,
|
||||
custom-json-diff,
|
||||
cvss,
|
||||
ds-xbom-lib,
|
||||
jsonschema,
|
||||
referencing,
|
||||
rich,
|
||||
toml,
|
||||
|
||||
@@ -34,6 +37,9 @@ buildPythonPackage rec {
|
||||
appthreat-vulnerability-db
|
||||
custom-json-diff
|
||||
cvss
|
||||
ds-xbom-lib
|
||||
jsonschema
|
||||
referencing
|
||||
rich
|
||||
toml
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user