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

dolt: 0.37.0 -> 0.37.1
This commit is contained in:
Renaud 2022-02-22 22:42:01 +01:00 committed by GitHub
commit 3ba1362d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "dolt";
version = "0.37.0";
version = "0.37.1";
src = fetchFromGitHub {
owner = "liquidata-inc";
repo = "dolt";
rev = "v${version}";
sha256 = "sha256-uAZlQpuNUpg2ZZJBU7A49fCm6GlrYaFyn6ZrmNBW1Y0=";
sha256 = "sha256-rLnjWJPIf2SzWpaQxt/4zACihKptly/OJ+w0/uJBacY=";
};
modRoot = "./go";