tempo: 2.7.1 -> 2.7.2

https://github.com/grafana/tempo/releases/tag/v2.7.2
This commit is contained in:
Adam C. Stephens
2025-03-28 16:49:35 -04:00
parent fb7aaaae7e
commit 6cd8a53c2c
+2 -2
View File
@@ -7,14 +7,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-U+cURfcLoZOB0lgZ/Ky1qcKR8aWbai84ZyHQYQeONVc=";
hash = "sha256-JBbECknhqYKzFlxAOVinuUCf/2xuUdh2ryK9c35YZ9o=";
};
vendorHash = null;