Skip to content

Commit df40f15

Browse files
committed
cve-bin-tool: 3.3 -> 3.4
1 parent d48056f commit df40f15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/tools/security/cve-bin-tool/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
jinja2,
1515
jsonschema,
1616
lib4sbom,
17+
lib4vex,
1718
packageurl-python,
1819
packaging,
1920
plotly,
@@ -34,14 +35,14 @@
3435

3536
buildPythonApplication 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
};

0 commit comments

Comments
 (0)