9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-OnELXlnzXamQflCAWuc4fxwvqHZtl+nrlTpkKK4IGKw=";
30 description = "Ncurses-based monitoring application for wireless network devices";
31 homepage = "https://github.com/uoaerg/wavemon";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ raskin fpletz ];
34 platforms = platforms.linux;
35 mainProgram = "wavemon";