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

dolt: 1.35.7 -> 1.35.8
This commit is contained in:
Mario Rodas 2024-04-10 05:02:50 -05:00 committed by GitHub
commit 86a264e727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.35.7";
version = "1.35.8";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-n6J6gFXdUvR1G2KmZf/k1ngeXAUbYorNFDxND+e5YIY=";
sha256 = "sha256-JpRJbAxu6Bz47vJ/DB3QpUZk2LcGHe/vUVpzbnsG+FI=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-o9b+eoFCrC7oN26nyeFGMWnLtvU+Wk7e9cr38bSsKTs=";
vendorHash = "sha256-Hk9ILvK9b/3Eh7D6NQT7W6ZCW0J3unuALqy/po46cm8=";
proxyVendor = true;
doCheck = false;