tempo: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2026-06-18 13:59:47 +00:00
parent 746b8efb34
commit 52ada33ea6
+2 -2
View File
@@ -7,14 +7,14 @@
buildGoModule (finalAttrs: {
pname = "tempo";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-KYb3QJ4jdPsEmxVCezpakRRDtdyeGc4JUgeCHkZTG50=";
hash = "sha256-VMgHKeCk82CxbOi6rnt2U25su611wjeZJsRjEZffpiU=";
};
vendorHash = null;