python310Packages.sqlmap: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm
2022-04-05 00:27:50 +00:00
parent 0af35df7b8
commit a409f0b61e

View File

@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.6.3";
version = "1.6.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-W/UdJPLcFOEHHz7VYeQ3CcXysNju5DuxqvYA+xMkb20=";
sha256 = "sha256-6RKJ5a8Yl+SnWgdfrTIwY0m1JyY6W9fhZk6pTZiBVx8=";
};
postPatch = ''