tempo: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2023-12-24 12:10:44 +00:00
parent 42e8265222
commit 17c234b96c

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;