cve-bin-tool: 3.3 -> 3.4

This commit is contained in:
tea
2025-04-15 10:24:44 +02:00
parent d48056f129
commit df40f15867
+5 -2
View File
@@ -14,6 +14,7 @@
jinja2,
jsonschema,
lib4sbom,
lib4vex,
packageurl-python,
packaging,
plotly,
@@ -34,14 +35,14 @@
buildPythonApplication rec {
pname = "cve-bin-tool";
version = "3.3";
version = "3.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "intel";
repo = "cve-bin-tool";
tag = "v${version}";
hash = "sha256-A5w4U5EDX+UZWNMuz8GTOcubo8N2KfDlVV0aRNsO8/E=";
hash = "sha256-pv8XjKjZBUw5FmmUn1dakGeS1uw2xzF3wSIZOYQ2/3c=";
};
# Wants to open a sqlite database, access the internet, etc
@@ -60,6 +61,7 @@ buildPythonApplication rec {
jinja2
jsonschema
lib4sbom
lib4vex
packageurl-python
packaging
plotly
@@ -88,6 +90,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "CVE Binary Checker Tool";
homepage = "https://github.com/intel/cve-bin-tool";
changelog = "https://github.com/intel/cve-bin-tool/releases/tag/${src.tag}";
license = licenses.gpl3Plus;
maintainers = [ ];
};