python3Packages.sqlmap: 1.10.5 -> 1.10.6

This commit is contained in:
R. Ryantm
2026-06-10 18:03:27 +00:00
parent 1219163dee
commit 4dc3f0d958
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "sqlmap";
version = "1.10.5";
version = "1.10.6";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-LS4K7+3KyxjVoFKeNteRypSa7Yr6RAHiL/eviY8YajE=";
hash = "sha256-8dww72u6Y1WG3Fy3sb8RPVoWIaPW6uNWhE7MliCbMis=";
};
postPatch = ''