3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.sqlmap: 1.5.12 -> 1.6

This commit is contained in:
Fabian Affolter 2022-01-03 20:47:29 +01:00
parent 92cf7584a4
commit 6221805808

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sqlmap"; pname = "sqlmap";
version = "1.5.12"; version = "1.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-9FplToUd4CIkYZ88+Lat+joniZzRZDOfifH5z4sH8RM="; sha256 = "sha256-gYr/+sgkFT24JXNDHgmT4ee5b977Iax9TLZ9/nh7PP0=";
}; };
postPatch = '' postPatch = ''