sqlmap: 1.9.8 -> 1.9.9

This commit is contained in:
R. Ryantm
2025-09-02 00:59:54 +00:00
parent ebdfb5d0aa
commit 11c7c7bca5
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.9.8";
version = "1.9.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CQiJ/8MtsoGcfnVA3hI4KZaX+p0ihQmasfwgOTd9we8=";
hash = "sha256-7h9683YdzKT+oDToy9GW1+k7LoaHqBBZeLlXiCDelFA=";
};
postPatch = ''