1 { lib, buildGoModule, fetchFromGitHub, sqlite }:
7 src = fetchFromGitHub {
11 hash = "sha256-I+pz8bz/H1mg7cQnPiJZxYr1gyzajMLVqg8yHbBXYLc=";
14 vendorHash = "sha256-ZDPDL7vJoPv5pIS5xhHAgLiZsiF2B85KNnqGQJPk1SQ=";
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 ];