tempo: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2024-03-20 07:33:26 +00:00
parent 5e85de911b
commit fd4e4347a4
1 changed files with 2 additions and 2 deletions

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;