mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 07:05:13 +00:00
wapiti: 3.2.1 -> 3.2.2
Diff: https://github.com/wapiti-scanner/wapiti/compare/refs/tags/3.2.1...3.2.2 Changelog: https://github.com/wapiti-scanner/wapiti/blob/3.2.2/doc/ChangeLog_Wapiti
This commit is contained in:
parent
3b932c5d6f
commit
caa73d0e02
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "wapiti";
|
||||
version = "3.2.1";
|
||||
version = "3.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wapiti-scanner";
|
||||
repo = "wapiti";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-28PGdaOhFz9onw3yFHtCbAxLmh7q0VLGNuyI1wcKLRQ=";
|
||||
hash = "sha256-sa4bXZiY5yd0wynUjdLnuuX7Ee0w4APd1G/oGy5AUDk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user