Merge pull request #136305 from j4m3s-s/update-tea

tea: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas 2021-09-01 07:43:11 -05:00 committed by GitHub
commit 3a16251259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;