python312Packages.sqlmap: 1.8.3 -> 1.8.4

Changelog: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.4
This commit is contained in:
Fabian Affolter 2024-04-11 00:39:38 +02:00
parent 86e1157d8b
commit ecde7fd7f4
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sqlmap";
version = "1.8.3";
version = "1.8.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-X3xz2ucuxr48q9gS9K19Zd7gYkRCpU+XLWMSrwiQMIo=";
hash = "sha256-zTFdGDzvPlNebsepPxXn2++22YANlDu82yprs7eHfac=";
};
postPatch = ''