10 src = fetchFromGitHub {
11 owner = "orangekame3";
14 hash = "sha256-Cmyd/wrobHPyG9ExUSfSsTwFUfbo9iuvmAr0uqunWWw=";
17 vendorHash = "sha256-CPh9j5PJOSNvqgq/S9w+Kx3c5yIMHjc1AaqLwz9efeY=";
20 description = "CLI tool to fetch GitHub user information and show like neofetch";
21 homepage = "https://github.com/orangekame3/ghfetch";
22 license = licenses.mit;
23 mainProgram = "ghfetch";
24 maintainers = with maintainers; [ aleksana ];