Merge pull request #223800 from fabaff/wapiti-bump

wapiti: 3.1.6 -> 3.1.7
This commit is contained in:
Fabian Affolter
2023-03-30 09:42:10 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "wapiti";
version = "3.1.6";
version = "3.1.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "wapiti-scanner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-b377nPXvpxg+WDNgjxm2RoJ5jNt7MTES2Bspxsvo/wc=";
hash = "sha256-muAugc0BgVSER2LSRv7ATbCqpXID8/WH+hfhmtoS36o=";
};
propagatedBuildInputs = with python3.pkgs; [