tea: 0.7.1 -> 0.8.0

This commit is contained in:
James Landrein 2021-11-15 16:07:03 +01:00
parent f3278d2bda
commit 383cef41ed

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tea";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "tea";
rev = "v${version}";
sha256 = "sha256-Y/Znj8vVjVt+rs+n8JRQsptq5u17G2D7r98PDxPLyd4=";
sha256 = "sha256-LtLel6JfmYr2Zu7g7oBjAqDcl5y7tJL3XGL7gw+kHxU=";
};
vendorSha256 = null;