Merge pull request #322955 from fabaff/sploitscan-bump

sploitscan: 0.9.1 -> 0.10.1
This commit is contained in:
Fabian Affolter 2024-06-27 21:07:37 +02:00 committed by GitHub
commit fb3e644626
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.9.1";
version = "0.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "xaitax";
repo = "SploitScan";
rev = "refs/tags/v${version}";
hash = "sha256-l2nLqQoM5TuOezobipBV+s/nXTw37xhop/xpipLL1Bs=";
hash = "sha256-UsCGmOjrfk5qsSsnWHEbS3boiC2RFb0Za++yBcCfdJY=";
};
pythonRelaxDeps = [