Commit df40f158 authored by tea's avatar tea
Browse files

cve-bin-tool: 3.3 -> 3.4

parent d48056f1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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 = [ ];
  };