python3Packages.sqlmap: 1.10.5 -> 1.10.6 (#530452)

This commit is contained in:
Fabian Affolter
2026-06-10 18:42:32 +00:00
committed by GitHub
@@ -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 = ''