lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mcp-grafana: 0.5.0 -> 0.6.1 (#426470)

Co-authored-by: pilz0 <pilz0@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
pilz0
and committed by
GitHub
cc39562d 32892770

+3 -3
+3 -3
pkgs/by-name/mc/mcp-grafana/package.nix
··· 6 6 7 7 buildGoModule (finalAttrs: { 8 8 pname = "mcp-grafana"; 9 - version = "0.5.0"; 9 + version = "0.6.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "grafana"; 13 13 repo = "mcp-grafana"; 14 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-oFtih2X3ZXKeo0xP8PBafu9HXgzcLUkLCeHm47qZhNA="; 15 + hash = "sha256-Y5uzHLekC756dpMmhPXggLRO5bIawCdzSSoJjrwr4Qo="; 16 16 }; 17 17 18 - vendorHash = "sha256-AVU1HE3RlEjkL0xO6j/Mii0B9BtUSdALUvSphCTwjrc="; 18 + vendorHash = "sha256-PsfjKkdhgblo3ksjP1tewoJQCQmWuWoSAO5Pfn9iMVM="; 19 19 20 20 ldflags = [ 21 21 "-s"