cve-prioritizer: 1.9.0 -> 1.10.1

R. Ryantm 583a9817 1e95fd75

+4 -4
+4 -4
pkgs/by-name/cv/cve-prioritizer/package.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "cve-prioritizer"; 9 - version = "1.9.0"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "TURROKS"; 14 repo = "CVE_Prioritizer"; 15 - rev = "refs/tags/v${version}"; 16 - hash = "sha256-FJN/AM4NFctMszzIBdvww7OtC7fimb++tbtRZ77ll5c="; 17 }; 18 19 build-system = with python3.pkgs; [ setuptools ]; ··· 34 meta = { 35 description = "Vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities"; 36 homepage = "https://github.com/TURROKS/CVE_Prioritizer"; 37 - changelog = "https://github.com/TURROKS/CVE_Prioritizer/releases/tag/v${version}"; 38 license = lib.licenses.bsd3; 39 maintainers = with lib.maintainers; [ fab ]; 40 mainProgram = "cve-prioritizer";
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "cve-prioritizer"; 9 + version = "1.10.1"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "TURROKS"; 14 repo = "CVE_Prioritizer"; 15 + tag = "v${version}"; 16 + hash = "sha256-Yy5jVpxb3e2lCpxMaxDdXBGh8by5lmGi+G+kJguA3AA="; 17 }; 18 19 build-system = with python3.pkgs; [ setuptools ]; ··· 34 meta = { 35 description = "Vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities"; 36 homepage = "https://github.com/TURROKS/CVE_Prioritizer"; 37 + changelog = "https://github.com/TURROKS/CVE_Prioritizer/releases/tag/${src.tag}"; 38 license = lib.licenses.bsd3; 39 maintainers = with lib.maintainers; [ fab ]; 40 mainProgram = "cve-prioritizer";