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

tempo: 2.2.0 -> 2.2.1
This commit is contained in:
Weijia Wang 2023-08-29 22:47:54 +02:00 committed by GitHub
commit d68d9fa262
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.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-+qBfscfAtVr8SEqAkpjkJfWfGfEImvO7BQfKvpVvf/0=";
hash = "sha256-ols6cYKd1FVRG/fbq+oXst18eCQ3+V2032m03t3DvEc=";
};
vendorHash = null;