11 src = fetchFromGitHub {
15 hash = "sha256-JEavBPnF3WW6oCZ1OC8g1dZev4qC7bi74/q2nvXK3mo=";
18 vendorHash = "sha256-+72Y8SKvx7KBK5AIBWKlDqQYpHnZc9CNxCdo4yakPb0=";
23 "-X=main.gitSha=${src.rev}"
27 description = "HTTP API client for the terminal";
28 homepage = "https://github.com/jonaslu/ain";
29 changelog = "https://github.com/jonaslu/ain/releases/tag/${src.rev}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ figsoda ];