sploitscan: 0.11.0 -> 0.12.0 (#377368)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "sploitscan";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xaitax";
|
||||
repo = "SploitScan";
|
||||
tag = "v.${version}";
|
||||
hash = "sha256-d9s0j/78arKnbDCgMJMdUVF/RPfnAl59WAiJ0UvCCUU=";
|
||||
hash = "sha256-5aSEHZKTmkO/KcklMUEt2q8hqPc8XiT5QUU1YY3wmBw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "Cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits";
|
||||
homepage = "https://github.com/xaitax/SploitScan";
|
||||
changelog = "https://github.com/xaitax/SploitScan/releases/tag/v${version}";
|
||||
changelog = "https://github.com/xaitax/SploitScan/releases/tag/v.${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "sploitscan";
|
||||
|
||||
Reference in New Issue
Block a user