10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-Nk+iLsTXnw6RAc1VztW8ZqeUVsywFjMCOBY2yuWbUXQ=";
17 vendorHash = "sha256-docq/r6yyMPsuUyFbtCMaYfEVL0gLmyTy4PbrAemR00=";
25 # Remove test which need network access
26 rm providers/koboldai/koboldai_test.go
30 description = "ChatGPT in terminal without needing API keys";
31 homepage = "https://github.com/aandrew-me/tgpt";
32 changelog = "https://github.com/aandrew-me/tgpt/releases/tag/v${version}";
33 license = licenses.gpl3Only;
34 maintainers = with maintainers; [ fab ];