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

dolt: 1.39.1 -> 1.39.4
This commit is contained in:
Weijia Wang 2024-06-10 19:25:57 +02:00 committed by GitHub
commit 8a01c11c9e
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.39.1";
version = "1.39.4";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-kyydEH+9e3ubNtJExrPBcYH78F+9/64cjdT6s6WxXgM=";
sha256 = "sha256-8xds2FpNUfCfpekSuGKqY2Q6ULvpcfbuMC2/1QU5VEQ=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-u+WiLgX4hzxam/1RFV8qjTr42yenz74x6O0ZQR+jdW0=";
vendorHash = "sha256-0vAoACwwBhbK/GvxKE+1aZGPM0DsHyrhDOSzAgHlWAI=";
proxyVendor = true;
doCheck = false;