Merge pull request #316322 from r-ryantm/auto-update/tempo

tempo: 2.4.2 -> 2.5.0
This commit is contained in:
Weijia Wang 2024-06-10 19:28:05 +02:00 committed by GitHub
commit ffc533078f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.4.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-n7jv9Ki3cLlPDzm9IT0XLTT8t1nlifI0+SRAV6XDJlA=";
hash = "sha256-SSAeJOOd282Mnmaj/W5sM8J64qvD9/0SvlbHUtXYYF8=";
};
vendorHash = null;