Unverified Commit 6546ecaf authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

tempo: 2.6.0 -> 2.7.0 (#373849)

parents 8937d7f2 c069ef3e
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{
  lib,
  buildGo122Module,
  buildGoModule,
  fetchFromGitHub,
  nix-update-script,
}:

# Does not build with Go 1.23
# FIXME: check again for next release
buildGo122Module rec {
buildGoModule rec {
  pname = "tempo";
  version = "2.6.0";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "tempo";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-jWoGKY+kC9VAK7jPFaGMJQkC/JeAiUjzqKhE2XjuJio=";
    hash = "sha256-aCtITq5qT0a1DuoSDK3F46cPvfVsvXOPkZELEuRYi5w=";
  };

  vendorHash = null;
@@ -39,6 +38,8 @@ buildGo122Module rec {
  # tests use docker
  doCheck = false;

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "High volume, minimal dependency trace storage";
    license = licenses.asl20;