tempo: 3.0.1 -> 3.0.2 (#532993)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-28 01:27:27 +00:00
committed by GitHub
+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;