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

tempo: 2.3.0 -> 2.3.1
This commit is contained in:
Weijia Wang 2024-01-03 19:00:46 +01:00 committed by GitHub
commit 5f23a2f396
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.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-vqYewQT2alW9HFYRh/Ok3jFt2a+VsfqDypNaT+mngys=";
hash = "sha256-U4qn4bBaVCDRQArlxXUURwjz5iPQv7R8o2+xR3PQHGc=";
};
vendorHash = null;