sploitscan: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-01-27 17:58:13 +00:00
parent d73ab2f142
commit b7ad3c77fa
+2 -2
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 = [