6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-NPNzvqnuYXrHCOLN0kZwtzPiKVdl6UFnb/S/XtG+sEY=";
17 cargoHash = "sha256-3mRWXUWyMgeaGOFvZXUeZmlD607zCz8a2d3O+MzhhNo=";
20 description = "TUI for managing wifi";
21 homepage = "https://github.com/pythops/impala";
22 platforms = lib.platforms.linux;
23 license = lib.licenses.gpl3Only;
24 maintainers = [ lib.maintainers.nydragon ];