10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-/AXE1e02NfxQzJZd0QX6gJDjmFFmuUTOndulZElgIMI=";
21 cargoSha256 = "sha256-iuhJYibyQ7hdeXzqCW2PLq7FiKnZp2VHyKT4qO/6vrU=";
23 nativeBuildInputs = [ pkg-config ];
25 buildInputs = lib.optionals stdenv.isLinux [ openssl ]
26 ++ lib.optionals stdenv.isDarwin [ Security ];
29 homepage = "https://github.com/azur1s/octofetch";
30 description = "Github user information on terminal";
31 license = licenses.mit;
32 maintainers = with maintainers; [ jyooru ];