1 { lib, stdenv, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-Np1f/mSMIMZU3hE0Fur8bOHhOH3rZyroGiVAqfiIs7g=";
12 cargoHash = "sha256-qoCOYk7hyjMx07l48IkxE6zsG58NkF72E3OvoZHz5d0=";
15 description = "Display an interactive ASCII globe in your terminal";
16 homepage = "https://github.com/adamsky/globe";
17 license = licenses.gpl3Only;
18 maintainers = with maintainers; [ devhell ];
19 mainProgram = "globe";