Merge pull request #220284 from r-ryantm/auto-update/airgeddon

airgeddon: 11.10 -> 11.11
This commit is contained in:
Nick Cao 2023-03-10 13:03:13 +08:00 committed by GitHub
commit dd9927321d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,13 +111,13 @@ let
in
stdenv.mkDerivation rec {
pname = "airgeddon";
version = "11.10";
version = "11.11";
src = fetchFromGitHub {
owner = "v1s1t0r1sh3r3";
repo = "airgeddon";
rev = "v${version}";
hash = "sha256-0x13QmT61lcPc7b3OYs13g6AISWRipvxbSFb7XyQA5U=";
rev = "refs/tags/v${version}";
hash = "sha256-3Rx1tMRIpSk+IEJGOs+t+kDlvGHYOx1IOSi+663uzrw=";
};
strictDeps = true;
@ -159,8 +159,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Multi-use TUI to audit wireless networks. ";
description = "Multi-use TUI to audit wireless networks";
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pedrohlc ];
platforms = platforms.linux;