1 { fetchFromGitHub, lib, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-i+WW8udVjLQGMg0eu03hInfXaLZzVJ4liKE4eQ/KDww=";
15 subPackages = [ "cmd/dolt" ];
16 vendorHash = "sha256-0SvM6I+zGelSUMlbeeqljfzITw0Cnl2BZHJ78n+m5ds=";
21 description = "Relational database with version control and CLI a-la Git";
23 homepage = "https://github.com/dolthub/dolt";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ danbst ];