Merge pull request #334468 from r-ryantm/auto-update/sploitscan

sploitscan: 0.10.4 -> 0.10.5
This commit is contained in:
Fabian Affolter 2024-08-14 12:01:40 +02:00 committed by GitHub
commit f757519ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sploitscan";
version = "0.10.4";
version = "0.10.5";
pyproject = true;
src = fetchFromGitHub {
owner = "xaitax";
repo = "SploitScan";
rev = "refs/tags/v${version}";
hash = "sha256-6bC8mGzM6P0otzIG0+h0Koe9c+QI97HkEZh0HwfVviY=";
hash = "sha256-41NR31x/pJttBxv66t5g3s2PwlSBgsk0ybiH7xFs18k=";
};
pythonRelaxDeps = [