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