github-mcp-server: 0.14.0 -> 0.15.0 (#442918)

authored by Wolfgang Walther and committed by GitHub 93538582 7ea43b19

+3 -3
+3 -3
pkgs/by-name/gi/github-mcp-server/package.nix
··· 8 8 9 9 buildGoModule (finalAttrs: { 10 10 pname = "github-mcp-server"; 11 - version = "0.14.0"; 11 + version = "0.15.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "github"; 15 15 repo = "github-mcp-server"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-IGjbuW4gPOZQrLMhyrZ3ii/GeRrgEyNVb0w3/Z0hihU="; 17 + hash = "sha256-D6oEnaHrGnFfuO6NXRYbJ665OlWcwHo+JLfCPrdDkE4="; 18 18 }; 19 19 20 - vendorHash = "sha256-F6PR4bxFSixgYQX65zjrVxcxEQxCoavQqa5mBGrZH8o="; 20 + vendorHash = "sha256-0QqgyjK3QID72aMI6l6ofXAUt94PYFqO8dWech7yaFw="; 21 21 22 22 ldflags = [ 23 23 "-s"