Merge pull request #228381 from K900/tempo-2.1.0

tempo: 2.0.1 -> 2.1.0
This commit is contained in:
K900
2023-04-28 07:26:45 +03:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-gqdskpAwv6/FDscnz4akWtYR8eIKSK4gXOnXFo27TVk=";
sha256 = "sha256-fhRIr9dFcfD3hFw6fnrV4yWEcz+CB5xph3KpxnKEWis=";
};
vendorSha256 = null;