Merge pull request #228771 from K900/tempo-2.1.1

tempo: 2.1.0 -> 2.1.1
This commit is contained in:
K900 2023-04-28 21:51:04 +03:00 committed by GitHub
commit f518d3b6cf
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.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;