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