wifite2: 2.5.5 -> 2.5.7

This commit is contained in:
dan4ik 2021-08-08 18:30:40 +07:00
parent 7aa78642c5
commit d4d144e98f

View file

@ -1,16 +1,16 @@
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
, hcxdumptool, pyrit, which }:
, hcxdumptool, pyrit, which, bully }:
python3.pkgs.buildPythonApplication rec {
version = "2.5.5";
version = "2.5.7";
pname = "wifite2";
src = fetchFromGitHub {
owner = "kimocoder";
repo = "wifite2";
rev = version;
sha256 = "0rh54gj471dn8442imxwasjrrwzsx4m40nylkw3y6p8rbjmb92h4";
sha256 = "sha256-dJ+UOSIR48m8nGoci/6iblLsX296ZGL1hZ74RUsa9lw=";
};
patches = [
@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
wirelesstools
pyrit
which
bully
];
postFixup = let