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

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;