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

View file

@ -2,14 +2,14 @@
buildGoModule rec { buildGoModule rec {
pname = "tempo"; pname = "tempo";
version = "2.4.0"; version = "2.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grafana"; owner = "grafana";
repo = "tempo"; repo = "tempo";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-ory7UllnV6Qzjvk2dy5B9pell0Ezse2NAn2rQ1gDsGM="; hash = "sha256-OTgk4mejMSdnUV4VLiRMWPBzHrRo+wKMoCsD4O+XxLA=";
}; };
vendorHash = null; vendorHash = null;