1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-OsyQ7YZjErjfWg/1wf21AxBu2wrotey8hJSzoQQ0OSc=";
14 vendorHash = "sha256-jtuf3/CClz37TTQ2zs49yryccoaraAG4UrIOIlBYFqQ=";
19 "-X github.com/pingcap/tidb/dumpling/cli.ReleaseVersion=${version}"
20 "-X github.com/pingcap/tidb/util/versioninfo.TiDBEdition=Community"
23 subPackages = [ "tidb-server" ];
26 description = "An open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics";
27 homepage = "https://pingcap.com";
28 license = licenses.asl20;