wapiti: 3.2.0 -> 3.2.1 (#355594)

This commit is contained in:
Fabian Affolter 2024-11-14 09:34:41 +01:00 committed by GitHub
commit fd96607ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wapiti";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "wapiti-scanner";
repo = "wapiti";
rev = "refs/tags/${version}";
hash = "sha256-Ekh31MXqxY6iSyQRX0YZ0Tl7DFhYqGtOepYS/VObZc0=";
hash = "sha256-28PGdaOhFz9onw3yFHtCbAxLmh7q0VLGNuyI1wcKLRQ=";
};
pythonRelaxDeps = true;