File tree Expand file tree Collapse file tree
pkgs/tools/networking/airgeddon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
116116 src = fetchFromGitHub {
117117 owner = "v1s1t0r1sh3r3" ;
118118 repo = "airgeddon" ;
119- rev = "v${ version } " ;
119+ rev = "refs/tags/ v${ version } " ;
120120 hash = "sha256-3Rx1tMRIpSk+IEJGOs+t+kDlvGHYOx1IOSi+663uzrw=" ;
121121 } ;
122122
@@ -159,8 +159,9 @@ stdenv.mkDerivation rec {
159159 '' ;
160160
161161 meta = with lib ; {
162- description = "Multi-use TUI to audit wireless networks. " ;
162+ description = "Multi-use TUI to audit wireless networks" ;
163163 homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon" ;
164+ changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${ version } /CHANGELOG.md" ;
164165 license = licenses . gpl3Plus ;
165166 maintainers = with maintainers ; [ pedrohlc ] ;
166167 platforms = platforms . linux ;
You can’t perform that action at this time.
0 commit comments