gitea-mcp-server: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-11-01 03:41:54 +00:00
parent 92661251e0
commit 0724807b2d
+3 -3
View File
@@ -5,17 +5,17 @@
}:
buildGoModule (finalAttrs: {
pname = "gitea-mcp-server";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitea {
domain = "gitea.com";
owner = "gitea";
repo = "gitea-mcp";
tag = "v${finalAttrs.version}";
hash = "sha256-MWH50NOZKp0OxuIELnbp34GKLWFaVOZCZOQnNLvYHro=";
hash = "sha256-Wrqy8RpDoK8GYldjGiTs8zwB3qzApKYJyK5Vhh0fMRg=";
};
vendorHash = "sha256-LZIgADgUUNrMPBdCF0kz4koZUvGfHvzb8T+hwbiIYjs=";
vendorHash = "sha256-N1Ct479Q5RH4TCxcSbIBoGDP/atBlWkxwBLJLk82juM=";
subPackages = [ "." ];