sploitscan: 0.11.0 -> 0.12.0 (#377368)

authored by

Fabian Affolter and committed by
GitHub
63a4d424 95536da6

+3 -3
+3 -3
pkgs/by-name/sp/sploitscan/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "sploitscan"; 9 - version = "0.11.0"; 9 + version = "0.12.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "xaitax"; 14 14 repo = "SploitScan"; 15 15 tag = "v.${version}"; 16 - hash = "sha256-d9s0j/78arKnbDCgMJMdUVF/RPfnAl59WAiJ0UvCCUU="; 16 + hash = "sha256-5aSEHZKTmkO/KcklMUEt2q8hqPc8XiT5QUU1YY3wmBw="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [ ··· 36 36 meta = with lib; { 37 37 description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits"; 38 38 homepage = "https://github.com/xaitax/SploitScan"; 39 - changelog = "https://github.com/xaitax/SploitScan/releases/tag/v${version}"; 39 + changelog = "https://github.com/xaitax/SploitScan/releases/tag/v.${version}"; 40 40 license = licenses.gpl3Only; 41 41 maintainers = with maintainers; [ fab ]; 42 42 mainProgram = "sploitscan";