mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:28:31 +00:00
Merge pull request #133125 from dan4ik605743/wifite2
wifite2: 2.5.5 -> 2.5.7
This commit is contained in:
commit
ed7fab982b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user