5 rustPlatform.buildRustPackage rec {
10 inherit pname version;
11 hash = "sha256-YEY4bUZV9BpyVXzEGvnLyfG0GdE3xMN9tHlsg6RqMkk=";
14 cargoHash = "sha256-6NV+kqnloEFTygE5LLuCsgMYXGiDwOTnP6/CK2c9DOs=";
17 description = "Print pokemon sprites in your terminal";
18 homepage = "https://github.com/yannjor/krabby";
19 changelog = "https://github.com/yannjor/krabby/releases/tag/v${version}";
20 license = licenses.gpl3;
21 maintainers = with maintainers; [ ruby0b ];
22 mainProgram = "krabby";