Merge pull request #328697 from r-ryantm/auto-update/dolt

dolt: 1.41.3 -> 1.42.10
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:19:34 -04:00 committed by GitHub
commit ec99277dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.41.3";
version = "1.42.10";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-jp7LVPrAPUAKfsPMi+frCvG+7YH8dInbVVgwijVxSA8=";
sha256 = "sha256-BxZnSjjNYgRqHTEEj41gFMqTujV0Tu5omtGvE4/cvB8=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-Wbhvk3q4IVzIuZ3TnwSUORv8uNmTYJ/qu7dM9ROwMNA=";
vendorHash = "sha256-lslPwmg6VvpxgkUZsaZNvlCUiSHD16eH6b19r8/XAUo=";
proxyVendor = true;
doCheck = false;