Merge pull request #133125 from dan4ik605743/wifite2

wifite2: 2.5.5 -> 2.5.7
This commit is contained in:
Sandro 2021-08-08 14:34:21 +02:00 committed by GitHub
commit ed7fab982b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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