dolt: update vendorSha256
This commit is contained in:
parent
6b2837da8a
commit
80dd6d4370
2 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
modRoot = "./go";
|
modRoot = "./go";
|
||||||
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
|
subPackages = [ "cmd/dolt" "cmd/git-dolt" "cmd/git-dolt-smudge" ];
|
||||||
vendorSha256 = "sha256-7nmpsmisrtBxdLgC9mwSDYbjtbCrGl564+deC9CaYps=";
|
vendorSha256 = "sha256-pP/KCj92Y8fEh9AXKEOxuXxMeTMcGJrYSW+OrfXvajk=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
|
@ -14726,7 +14726,9 @@ with pkgs;
|
||||||
|
|
||||||
doit = with python3Packages; toPythonApplication doit;
|
doit = with python3Packages; toPythonApplication doit;
|
||||||
|
|
||||||
dolt = callPackage ../servers/sql/dolt { };
|
dolt = callPackage ../servers/sql/dolt {
|
||||||
|
buildGoModule = buildGo117Module;
|
||||||
|
};
|
||||||
|
|
||||||
dot2tex = with python3.pkgs; toPythonApplication dot2tex;
|
dot2tex = with python3.pkgs; toPythonApplication dot2tex;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue