dolt: 0.22.13 -> 0.23.9

This commit is contained in:
R. RyanTM 2021-03-04 14:38:58 +00:00
parent 394bc6c138
commit 9734c688a4

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "0.22.13";
version = "0.23.9";
src = fetchFromGitHub {
owner = "liquidata-inc";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-9/fpdxD3xj2hCId9koNhZLgA8SeucTue2iC/4Ues7bM=";
sha256 = "sha256-fVU3eOhog34fLnfNQ6mWB7yUEkinm74SgpxYXB9MV/g=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
vendorSha256 = "sha256-dDJDiCWG4+YZzTsEbhv4KzuwrkBGYUxJzknBbrWGiCE=";
vendorSha256 = "sha256-Poumvh7DccY8qCZ5ehFFaqEsL945BxNXFfevJvRawUA=";
doCheck = false;