Skip to content

Commit

Permalink
Merge pull request #108335 from fabaff/bump-sqlmap
Browse files Browse the repository at this point in the history
python3Packages.sqlmap: 1.4.11 -> 1.4.12
  • Loading branch information
prusnak committed Jan 3, 2021
2 parents 026fbca + 97e080a commit 030dc67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/sqlmap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

buildPythonPackage rec {
pname = "sqlmap";
version = "1.4.11";
version = "1.4.12";

src = fetchPypi {
inherit pname version;
sha256 = "5c91d13f090c8e891201c7b924cc2b2feccf12042b42075a5623b4986b9c9ee7";
sha256 = "166adazdrv92azx4p0qng0cm3va6i301vfsr4yyf0azj3sdg0waj";
};

postPatch = ''
Expand All @@ -26,6 +26,8 @@ buildPythonPackage rec {
# No tests in archive
doCheck = false;

pythonImportsCheck = [ "sqlmap" ];

meta = with lib; {
homepage = "http://sqlmap.org";
license = licenses.gpl2;
Expand Down

0 comments on commit 030dc67

Please sign in to comment.