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

tempo: 2.4.0 -> 2.4.1
This commit is contained in:
Weijia Wang 2024-03-26 02:49:22 +01:00 committed by GitHub
commit 3efe37c851
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.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-ory7UllnV6Qzjvk2dy5B9pell0Ezse2NAn2rQ1gDsGM=";
hash = "sha256-OTgk4mejMSdnUV4VLiRMWPBzHrRo+wKMoCsD4O+XxLA=";
};
vendorHash = null;