dolt: 0.37.0 -> 0.37.1

This commit is contained in:
R. Ryantm 2022-02-21 07:15:46 +00:00
parent f9e65e44e5
commit 8906d7c9b8

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";