tea: 0.7.0 -> 0.7.1

This commit is contained in:
James Landrein 2021-08-31 17:42:11 +02:00
parent 9908972055
commit 9f0d327b66

View File

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