tempo: 2.1.0 -> 2.1.1

Diff: https://github.com/grafana/tempo/compare/v2.1.0...v2.1.1
This commit is contained in:
K900 2023-04-28 21:50:23 +03:00
parent 33dfdf8203
commit a38198b299

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-fhRIr9dFcfD3hFw6fnrV4yWEcz+CB5xph3KpxnKEWis=";
sha256 = "sha256-gnQAldqfxJk8kbXAyX1VQXddCnSBWnvc3wesYoYI7wI=";
};
vendorSha256 = null;