dolt: 1.37.0 -> 1.38.0

This commit is contained in:
R. Ryantm 2024-05-17 21:31:49 +00:00
parent d769131c27
commit cf4182a998

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.37.0";
version = "1.38.0";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-AgeCu/35DsqhMtfYioPCizfQ7MhYtWEzxYMAosfA3oY=";
sha256 = "sha256-R3BrF2563jN7rQbF0Edh9clgHh91inmDLHuEFiowrVI=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-MK3K9P9x5NjHJV0DNP1nPXPqY28c7pwLbpVBmKdsmaM=";
vendorHash = "sha256-QyiWmVqa+eqUvMTC2swM9Rumhn4Me+FA+FGnJGElKDA=";
proxyVendor = true;
doCheck = false;