pythonPackages.sqlmap: 1.0.9.post5 -> 1.0.11

This commit is contained in:
Matthias Beyer 2016-11-09 18:54:34 +01:00
parent 9f251e1cb1
commit 4809263cb1
1 changed files with 3 additions and 3 deletions

View File

@ -23163,11 +23163,11 @@ in {
}; };
sqlmap = buildPythonPackage { sqlmap = buildPythonPackage {
name = "sqlmap-1.0.9.post5"; name = "sqlmap-1.0.11";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/s/sqlmap/sqlmap-1.0.9.post5.tar.gz"; url = "mirror://pypi/s/sqlmap/sqlmap-1.0.11.tar.gz";
sha256 = "0g8sjky8anrmcisc697b5qndp88qmay35kng9sz9x46wd3agm9pa"; sha256 = "1x4amyjqnd9j5g2kp9nvg8pr5sqzbhr8gd0m6d671bshvgj568vr";
}; };
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {