1 { fetchFromGitHub, lib, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-jp7LVPrAPUAKfsPMi+frCvG+7YH8dInbVVgwijVxSA8=";
15 subPackages = [ "cmd/dolt" ];
16 vendorHash = "sha256-Wbhvk3q4IVzIuZ3TnwSUORv8uNmTYJ/qu7dM9ROwMNA=";
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 ];