wifite2: 2.5.2 -> 2.5.3

This commit is contained in:
Daniel Fullmer 2020-04-20 16:22:38 -04:00 committed by Lassulus
parent 3bbd074217
commit 4b0b23db77
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
, hcxdumptool, pyrit, which }:
python3.pkgs.buildPythonApplication rec {
version = "2.5.2";
version = "2.5.3";
pname = "wifite2";
src = fetchFromGitHub {
owner = "kimocoder";
repo = "wifite2";
rev = version;
sha256 = "0hsb59d86szn27s3hynpzkp49rmw4g692vrl67nal7rfcdvpp8hb";
sha256 = "080hbjpbgdnzr6jkmg5cb8dvzxm57zpi4c9x0y92yy472vqll3ax";
};
patches = [