tempo: 2.6.0 -> 2.7.0

https://github.com/grafana/tempo/releases/tag/v2.7.0
This commit is contained in:
Adam C. Stephens
2025-01-14 20:49:37 +00:00
parent a60c98c59b
commit c069ef3e7e
+4 -6
View File
@@ -1,22 +1,20 @@
{
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;