dolt: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 14:26:38 +10:00
parent 6b2837da8a
commit 80dd6d4370
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ buildGoModule rec {
modRoot = "./go";
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
vendorSha256 = "sha256-7nmpsmisrtBxdLgC9mwSDYbjtbCrGl564+deC9CaYps=";
vendorSha256 = "sha256-pP/KCj92Y8fEh9AXKEOxuXxMeTMcGJrYSW+OrfXvajk=";
doCheck = false;

View File

@ -14726,7 +14726,9 @@ with pkgs;
doit = with python3Packages; toPythonApplication doit;
dolt = callPackage ../servers/sql/dolt { };
dolt = callPackage ../servers/sql/dolt {
buildGoModule = buildGo117Module;
};
dot2tex = with python3.pkgs; toPythonApplication dot2tex;