diff --git a/pkgs/by-name/te/tempo/package.nix b/pkgs/by-name/te/tempo/package.nix index 2f52cb8cbe7e..688b2bf3d036 100644 --- a/pkgs/by-name/te/tempo/package.nix +++ b/pkgs/by-name/te/tempo/package.nix @@ -7,14 +7,14 @@ buildGoModule (finalAttrs: { pname = "tempo"; - version = "2.8.2"; + version = "2.9.0"; src = fetchFromGitHub { owner = "grafana"; repo = "tempo"; tag = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-mROhsqbCwPulxtg3pHVZi8FmW9PrYzGPdE0ajVvzRBY="; + hash = "sha256-98qK+U1SltwTdeNH+MXVU9ql9Be2tMOYZ9W3dEqBqAI="; }; vendorHash = null; @@ -39,11 +39,11 @@ buildGoModule (finalAttrs: { passthru.updateScript = nix-update-script { }; - meta = with lib; { + meta = { description = "High volume, minimal dependency trace storage"; changelog = "https://github.com/grafana/tempo/releases/tag/v${finalAttrs.version}"; - license = licenses.asl20; + license = lib.licenses.asl20; homepage = "https://grafana.com/oss/tempo/"; - maintainers = [ ]; + maintainers = [ lib.maintainers.kashw2 ]; }; })