sploitscan: 0.11.0 -> 0.12.0 (#377368)

This commit is contained in:
Fabian Affolter
2025-01-30 20:17:04 +01:00
committed by GitHub
+3 -3
View File
@@ -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";