1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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

View file

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