mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #139387 from dan4ik605743/wifite-update
wifite2: add pixiewps dependency
This commit is contained in:
commit
699939fdcc
|
@ -1,6 +1,6 @@
|
|||
{ lib, fetchFromGitHub, fetchpatch, python3, wirelesstools
|
||||
, aircrack-ng, wireshark-cli, reaverwps-t6x, cowpatty, hashcat, hcxtools
|
||||
, hcxdumptool, pyrit, which, bully }:
|
||||
, hcxdumptool, pyrit, which, bully, pixiewps }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
version = "2.5.7";
|
||||
|
@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pyrit
|
||||
which
|
||||
bully
|
||||
pixiewps
|
||||
];
|
||||
|
||||
postFixup = let
|
||||
|
|
Loading…
Reference in a new issue