airgeddon: 11.02 -> 11.10

This commit is contained in:
PedroHLC ☭ 2022-11-24 09:43:10 -03:00
parent 72c2d7ee82
commit d1ce7607d5
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -24,7 +24,8 @@
, util-linux
, ccze
# Optionals
# Missing in nixpkgs: beef, hostapd-wpe, asleap
# Missing in nixpkgs: beef, hostapd-wpe
, asleap
, bettercap
, bully
, crunch
@ -84,6 +85,7 @@ let
pixiewps
reaverwps-t6x
] ++ lib.optionals supportHashCracking [
asleap
crunch
hashcat
hcxdumptool
@ -109,13 +111,13 @@ let
in
stdenv.mkDerivation rec {
pname = "airgeddon";
version = "11.02";
version = "11.10";
src = fetchFromGitHub {
owner = "v1s1t0r1sh3r3";
repo = "airgeddon";
rev = "v${version}";
hash = "sha256-k3xQndF1m3fnn7nCb2T/wGxbUPJ83wOV33Ky0FbToVg=";
hash = "sha256-0x13QmT61lcPc7b3OYs13g6AISWRipvxbSFb7XyQA5U=";
};
strictDeps = true;