cve-prioritizer: 1.9.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2025-07-28 09:24:37 +00:00
parent 1e95fd75ac
commit 583a98175b
+4 -4
View File
@@ -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";