Skip to content

Commit fd96607

Browse files
authored
wapiti: 3.2.0 -> 3.2.1 (#355594)
2 parents 5b3355b + 28ca8a8 commit fd96607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wa/wapiti/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "wapiti";
9-
version = "3.2.0";
9+
version = "3.2.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "wapiti-scanner";
1414
repo = "wapiti";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-Ekh31MXqxY6iSyQRX0YZ0Tl7DFhYqGtOepYS/VObZc0=";
16+
hash = "sha256-28PGdaOhFz9onw3yFHtCbAxLmh7q0VLGNuyI1wcKLRQ=";
1717
};
1818

1919
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)