tea: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2025-06-20 23:58:31 +00:00
parent 49645047e6
commit f1e3866e2b

View File

@ -6,17 +6,17 @@
buildGoModule rec {
pname = "tea";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "tea";
rev = "v${version}";
sha256 = "sha256-JXF3oKbJ1G5UBfZYfEJcFw8H+J9KRn1aqSxUAyiRCIg=";
sha256 = "sha256-Dhb3y13sxkyE+2BjNj7YcsjiIPgznIVyuzWs0F8LNfU=";
};
vendorHash = "sha256-1j8X4euJPbNeqEtYFKuRl9zARxUW0aWk07+AoNO24Qc=";
vendorHash = "sha256-mKCsBPBWs3+61em53cEB0shTLXgUg4TivJRogy1tYXw=";
meta = with lib; {
description = "Gitea official CLI client";