dolt: 1.55.4 -> 1.57.0

This commit is contained in:
R. Ryantm 2025-07-21 10:21:35 +00:00
parent 69a9952603
commit 8b88724884

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "dolt";
version = "1.55.4";
version = "1.57.0";
src = fetchFromGitHub {
owner = "dolthub";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-zIbyGpr26WL90PPoX0lW01XcrR0rBqWyK1odREnjQV0=";
sha256 = "sha256-9N5QPqwO9mzWuNwfRH+prYlq6dKD2NdcHbOE8WJ04r8=";
};
modRoot = "./go";
subPackages = [ "cmd/dolt" ];
vendorHash = "sha256-MxYOrK7Wo6tHHsGiFR9V+RosKycm1K2e4HdX0gBkm7A=";
vendorHash = "sha256-4lV2IAL/pBC3xyxa6uVslCJY+XwjKviZb9Gp7QyKZR0=";
proxyVendor = true;
doCheck = false;