tempo: 2.7.0 -> 2.7.1 (#382700)

This commit is contained in:
Adam C. Stephens
2025-02-17 08:07:49 -05:00
committed by GitHub
+2 -2
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;