1 { lib, buildGoModule, fetchFromGitHub, sqlite }:
7 src = fetchFromGitHub {
11 hash = "sha256-UtacNZswbvkb78l5BITRorNtiZRMoJlWr0waimCvDFo=";
14 vendorHash = "sha256-ash8IzT3mw7cpbkX/TU+lnIS7pSjaiFXuLbloZhuCBg=";
16 buildInputs = [ sqlite ];
18 subPackages = [ "go/cmd/..." ];
20 # integration tests require access to syslog and root
24 homepage = "https://vitess.io/";
25 changelog = "https://github.com/vitessio/vitess/releases/tag/v${version}";
26 description = "Database clustering system for horizontal scaling of MySQL";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ urandom ];