1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 fetchSubmodules = true;
12 hash = "sha256-OTgk4mejMSdnUV4VLiRMWPBzHrRo+wKMoCsD4O+XxLA=";
20 "cmd/tempo-serverless"
28 "-X=main.Version=${version}"
29 "-X=main.Branch=<release>"
30 "-X=main.Revision=${version}"
37 description = "A high volume, minimal dependency trace storage";
38 license = licenses.asl20;
39 homepage = "https://grafana.com/oss/tempo/";
40 maintainers = with maintainers; [ willibutz ];