sqlmap: 1.8.9 -> 1.8.11

Changelog: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.11
This commit is contained in:
Fabian Affolter 2024-11-16 09:12:44 +01:00
parent 56e653c963
commit 4edd859ac9

View File

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