gitea-mcp-server: 0.8.1 -> 1.0.1

https://gitea.com/gitea/gitea-mcp/releases/tag/v1.0.1
This commit is contained in:
superherointj
2026-03-15 17:57:59 -03:00
parent a5e493ee42
commit 09837f80d4
+6 -5
View File
@@ -1,21 +1,22 @@
{
lib,
buildGoModule,
buildGo126Module,
fetchFromGitea,
}:
buildGoModule (finalAttrs: {
buildGo126Module (finalAttrs: {
pname = "gitea-mcp-server";
version = "0.8.1";
version = "1.0.1";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "gitea-mcp";
tag = "v${finalAttrs.version}";
hash = "sha256-2K5bdrz7P99PmcY4iJp74PHSyvvE/aiC8UJMz9q3N88=";
hash = "sha256-B7uB69YsQd8EeENrezFK7kFXha21XValjEAYRjeYreo=";
};
vendorHash = "sha256-N1Ct479Q5RH4TCxcSbIBoGDP/atBlWkxwBLJLk82juM=";
vendorHash = "sha256-xfhvbTcniRnkv81MIEnoy36up8O2IZ1WUrhYJrhtZ3k=";
subPackages = [ "." ];