Merge pull request #326183 from fabaff/sploitscan-bump

sploitscan: 0.10.1 -> 0.10.3
This commit is contained in:
Fabian Affolter 2024-07-11 08:32:38 +02:00 committed by GitHub
commit 54e2566bb7
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.1";
version = "0.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "xaitax";
repo = "SploitScan";
rev = "refs/tags/v${version}";
hash = "sha256-UsCGmOjrfk5qsSsnWHEbS3boiC2RFb0Za++yBcCfdJY=";
hash = "sha256-86+qX0agtDsEGYaMpP4Rb6OTPZj4KJVDCP8bbiA6K9c=";
};
pythonRelaxDeps = [