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

tempo: 2.2.1 -> 2.2.2
This commit is contained in:
Weijia Wang
2023-09-06 19:17:39 +02:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-ols6cYKd1FVRG/fbq+oXst18eCQ3+V2032m03t3DvEc=";
hash = "sha256-FeQTg0EuAwpSMf+rPLFNegXEXfVa6dqR2xjl4MfZnYg=";
};
vendorHash = null;