cve-prioritizer: 1.9.0 -> 1.10.1
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "cve-prioritizer";
|
||||
version = "1.9.0";
|
||||
version = "1.10.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TURROKS";
|
||||
repo = "CVE_Prioritizer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-FJN/AM4NFctMszzIBdvww7OtC7fimb++tbtRZ77ll5c=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Yy5jVpxb3e2lCpxMaxDdXBGh8by5lmGi+G+kJguA3AA=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
@@ -34,7 +34,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities";
|
||||
homepage = "https://github.com/TURROKS/CVE_Prioritizer";
|
||||
changelog = "https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v${version}";
|
||||
changelog = "https://github.com/TURROKS/CVE_Prioritizer/releases/tag/${src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "cve-prioritizer";
|
||||
|
||||
Reference in New Issue
Block a user