File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/tools/security/cve-bin-tool Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414 jinja2 ,
1515 jsonschema ,
1616 lib4sbom ,
17+ lib4vex ,
1718 packageurl-python ,
1819 packaging ,
1920 plotly ,
3435
3536buildPythonApplication rec {
3637 pname = "cve-bin-tool" ;
37- version = "3.3 " ;
38+ version = "3.4 " ;
3839 format = "setuptools" ;
3940
4041 src = fetchFromGitHub {
4142 owner = "intel" ;
4243 repo = "cve-bin-tool" ;
4344 tag = "v${ version } " ;
44- hash = "sha256-A5w4U5EDX+UZWNMuz8GTOcubo8N2KfDlVV0aRNsO8/E =" ;
45+ hash = "sha256-pv8XjKjZBUw5FmmUn1dakGeS1uw2xzF3wSIZOYQ2/3c =" ;
4546 } ;
4647
4748 # Wants to open a sqlite database, access the internet, etc
@@ -60,6 +61,7 @@ buildPythonApplication rec {
6061 jinja2
6162 jsonschema
6263 lib4sbom
64+ lib4vex
6365 packageurl-python
6466 packaging
6567 plotly
@@ -88,6 +90,7 @@ buildPythonApplication rec {
8890 meta = with lib ; {
8991 description = "CVE Binary Checker Tool" ;
9092 homepage = "https://github.com/intel/cve-bin-tool" ;
93+ changelog = "https://github.com/intel/cve-bin-tool/releases/tag/${ src . tag } " ;
9194 license = licenses . gpl3Plus ;
9295 maintainers = [ ] ;
9396 } ;
You can’t perform that action at this time.
0 commit comments