tempo: 2.8.0 -> 2.8.1

https://github.com/grafana/tempo/releases/tag/v2.8.1
This commit is contained in:
Adam C. Stephens
2025-06-18 09:44:49 -04:00
parent 961d69db59
commit 51823bd263
+2 -2
View File
@@ -7,14 +7,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-rloHxcGrgVhBGIKg29wzhPfa3NQ8pI8aISiVi2M/BJ4=";
hash = "sha256-RzDOx2ZyA0ZntFD1ryfipsgPsxVmsdOusZ37RCnQQnM=";
};
vendorHash = null;