mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:07:51 +00:00
Merge pull request #190099 from r-ryantm/auto-update/python310Packages.sqlmap
python310Packages.sqlmap: 1.6.8 -> 1.6.9
This commit is contained in:
commit
5559cbb07c
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sqlmap";
|
||||
version = "1.6.8";
|
||||
version = "1.6.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-OWIuYAms4SXQXVr0Wx8y7pne13IBclfq0P3VTy91Kz8=";
|
||||
sha256 = "sha256-azAhpt6Qo/arTYeJSeQdBnqOmg2m7h+1pTsV30/pAOc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user