Merge pull request #167256 from r-ryantm/auto-update/python310Packages.sqlmap

python310Packages.sqlmap: 1.6.3 -> 1.6.4
This commit is contained in:
Fabian Affolter 2022-04-05 09:30:46 +02:00 committed by GitHub
commit 583cc3a3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''