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

tempo: 2.2.2 -> 2.2.3
This commit is contained in:
Thiago Kenji Okada 2023-09-25 12:39:49 +01:00 committed by GitHub
commit c5829707a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-FeQTg0EuAwpSMf+rPLFNegXEXfVa6dqR2xjl4MfZnYg=";
hash = "sha256-23wjD8HTSEGonIMAWCoKORMLIISASxlN4FeY+Bmt/+I=";
};
vendorHash = null;