python312Packages.sqlmap: 1.8.8 -> 1.8.9

Changelog: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.9
This commit is contained in:
Fabian Affolter 2024-09-15 10:30:37 +02:00
parent 46705861b5
commit fb639d7daf

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.8.8";
version = "1.8.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TtJF6IHQdpx9OZ6wACmON1HQXhvvi67QZU/gI+zsy2Q=";
hash = "sha256-0ARkSUzmrqyRSPl3EXU7NzcnaWf+Zbt4zQZ626gvfEs=";
};
postPatch = ''