lol
0
fork

Configure Feed

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

aks-mcp-server: 0.0.8 -> 0.0.9 (#446258)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
401ef9fe fb76a62f

+3 -3
+3 -3
pkgs/by-name/ak/aks-mcp-server/package.nix
··· 11 11 12 12 buildGoModule (finalAttrs: { 13 13 pname = "aks-mcp-server"; 14 - version = "0.0.8"; 14 + version = "0.0.9"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Azure"; 18 18 repo = "aks-mcp"; 19 19 rev = "v${finalAttrs.version}"; 20 - hash = "sha256-DLdNMMsBu/FpE1+39vydWLAXrotIeQ7xjnaFBYsovQQ="; 20 + hash = "sha256-LhFFmzL9jTrUqYlHNMWVZBuiZFB0oFLA409byFWFIl0="; 21 21 }; 22 22 23 - vendorHash = "sha256-Hks0iGUu5KmnZwm0TmwrYZzy/pIV3Q9mRnzvQkB1t8M="; 23 + vendorHash = "sha256-tglqpX/SbqcqMXkByrzuadczXLPvPFXvslNkh1rSgWU="; 24 24 25 25 subPackages = [ "cmd/aks-mcp" ]; 26 26