dolt: 1.7.4 -> 1.7.5

This commit is contained in:
R. Ryantm 2023-07-14 20:14:29 +00:00
parent 75cfb4925a
commit 996c95449c

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.7.4";
version = "1.7.5";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-6rjcoruv+egIDL3kZPIVEMpigDV1j5jjRer3bDvCjjU=";
sha256 = "sha256-nAcwH4RVvRPZfPnXyPDOO5GFpUxIBmJzl3QH+5G6jcY=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-lYf3ARw2TX9dfX2z8W3OY7h+AqocfSdYcGgjvf8h5Bc=";
vendorHash = "sha256-ODOAxH73AflCp9tLeYMU46bqr3MAS1casuGAFWuLYjA=";
proxyVendor = true;
doCheck = false;