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

tempo: 2.4.1 -> 2.4.2
This commit is contained in:
Matthias Beyer 2024-05-16 13:39:50 +02:00 committed by GitHub
commit 58bf7fa580
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.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-OTgk4mejMSdnUV4VLiRMWPBzHrRo+wKMoCsD4O+XxLA=";
hash = "sha256-n7jv9Ki3cLlPDzm9IT0XLTT8t1nlifI0+SRAV6XDJlA=";
};
vendorHash = null;