tempo: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2023-09-05 07:00:24 +00:00
parent 4c160598a8
commit 1fd248e77d
+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;