11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-/AXE1e02NfxQzJZd0QX6gJDjmFFmuUTOndulZElgIMI=";
22 cargoHash = "sha256-iuhJYibyQ7hdeXzqCW2PLq7FiKnZp2VHyKT4qO/6vrU=";
24 nativeBuildInputs = [ pkg-config ];
27 lib.optionals stdenv.hostPlatform.isLinux [ openssl ]
28 ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
31 homepage = "https://github.com/azur1s/octofetch";
32 description = "Github user information on terminal";
33 license = licenses.mit;
35 mainProgram = "octofetch";