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