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

sploitscan: 0.10.3 -> 0.10.4
This commit is contained in:
Fabian Affolter 2024-07-25 16:48:05 +02:00 committed by GitHub
commit 5e5e2d31c5
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.3";
version = "0.10.4";
pyproject = true;
src = fetchFromGitHub {
owner = "xaitax";
repo = "SploitScan";
rev = "refs/tags/v${version}";
hash = "sha256-86+qX0agtDsEGYaMpP4Rb6OTPZj4KJVDCP8bbiA6K9c=";
hash = "sha256-6bC8mGzM6P0otzIG0+h0Koe9c+QI97HkEZh0HwfVviY=";
};
pythonRelaxDeps = [