python3Packages.sqlmap: 1.10 -> 1.10.2

This commit is contained in:
R. Ryantm
2026-02-06 14:27:41 +00:00
parent 04691f35dd
commit be72039b6d
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.10";
version = "1.10.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ed3j0gUKvpy5AtUICD5H+FLCYZLzPepiB1vF6VEL7E0=";
hash = "sha256-ggSAEq3Lbk+5b8FSHoZCIfGUsmxi7erYB2/hg21TPtU=";
};
postPatch = ''