6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-0dss+ZJ1hhQGpWySWhyF+T1T+G3BlnKfSosgCJa8MPE=";
15 fetchSubmodules = true;
18 cargoHash = "sha256-VYF2uhgxUFH/VAy/ttQOULRFFiPRf0D+0WfGlQyYDGc=";
21 description = "Better rust version of pokeget";
22 homepage = "https://github.com/talwat/pokeget-rs";
23 license = licenses.mit;
24 mainProgram = "pokeget";
25 maintainers = with maintainers; [ aleksana ];