Skip to content

Commit

Permalink
tea: 0.8.0 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Sep 13, 2022
1 parent 848939f commit 3e3e699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/tea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

buildGoModule rec {
pname = "tea";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "tea";
rev = "v${version}";
sha256 = "sha256-LtLel6JfmYr2Zu7g7oBjAqDcl5y7tJL3XGL7gw+kHxU=";
sha256 = "sha256-Bvee8m/BXvPtaaD8xjVg9qzorO0ln6xHP1upPgWoD+A=";
};

vendorSha256 = null;
vendorSha256 = "sha256-nb0lQEAaIYlGpodFQLhMk/24DmTgg5K3zQ4s/XY+Z1w=";

meta = with lib; {
description = "Gitea official CLI client";
homepage = "https://gitea.com/gitea/tea";
license = licenses.mit;
maintainers = [ maintainers.j4m3s ];
maintainers = with maintainers; [ j4m3s techknowlogick ];
};
}

0 comments on commit 3e3e699

Please sign in to comment.