tempo: 2.7.0 -> 2.7.1

This commit is contained in:
Adam C. Stephens 2025-02-17 00:32:16 +00:00
parent efbd3b03d2
commit b79966c3e4
No known key found for this signature in database

View File

@ -7,14 +7,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-aCtITq5qT0a1DuoSDK3F46cPvfVsvXOPkZELEuRYi5w=";
hash = "sha256-U+cURfcLoZOB0lgZ/Ky1qcKR8aWbai84ZyHQYQeONVc=";
};
vendorHash = null;