python310Packages.sqlmap: 1.6.7 -> 1.6.8

This commit is contained in:
R. Ryantm 2022-08-06 06:16:27 +00:00
parent 9cfb5c053b
commit 430cfa4db0

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sqlmap"; pname = "sqlmap";
version = "1.6.7"; version = "1.6.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-J0USsiCWaysQOir/wpkw6GT1ILckjK7EUiY541aoahA="; sha256 = "sha256-OWIuYAms4SXQXVr0Wx8y7pne13IBclfq0P3VTy91Kz8=";
}; };
postPatch = '' postPatch = ''