tempo: 2.1.1 -> 2.2.0

This commit is contained in:
Aaron Jheng 2023-08-08 10:37:31 +08:00
parent 37f8d83e9e
commit 378b64a949
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "tempo";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-gnQAldqfxJk8kbXAyX1VQXddCnSBWnvc3wesYoYI7wI=";
hash = "sha256-+qBfscfAtVr8SEqAkpjkJfWfGfEImvO7BQfKvpVvf/0=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [
"cmd/tempo-cli"