python3Packages.sqlmap: 1.9.11 -> 1.9.12

This commit is contained in:
R. Ryantm
2025-12-03 11:19:23 +00:00
parent 5a51632613
commit 491eb4ad5f
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.9.11";
version = "1.9.12";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-On76bRCiC7GEh5sdtTQnmohzkn7lvr4f1o9C25y/VJM=";
hash = "sha256-Cz83zLjGqvDjwVFmMi4AHB8JYbxgHkQnKHXVwyxEp1c=";
};
postPatch = ''