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

tempo: 1.0.1 -> 1.1.0
This commit is contained in:
Fabian Affolter 2021-09-05 11:25:36 +02:00 committed by GitHub
commit 2126b35a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
version = "1.0.1";
version = "1.1.0";
pname = "tempo";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "tempo";
sha256 = "sha256-4QrCoz4taNXV13g+Pi0j7pTWy0hLY/qAdTOIMMuDWIA=";
sha256 = "sha256-qKsgcc62HTwl7Usmp8zk4vKDo4XEJnwL+A3hoLhgBkk=";
};
vendorSha256 = null;