10 src = fetchFromGitHub {
14 sha256 = "sha256-kyB6gUbc32NsSDqDy1zVT4HXn0pWxHdBOEBOSaI0Xro=";
19 # There are not test files
23 description = "Vultr CLI and API client library";
24 mainProgram = "vultr";
25 homepage = "https://jamesclonk.github.io/vultr";
26 changelog = "https://github.com/JamesClonk/vultr/releases/tag/${src.rev}";
27 license = licenses.mit;
28 maintainers = with maintainers; [ zauberpony ];