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

tempo: 0.4.0 -> 0.5.0
This commit is contained in:
WilliButz 2021-02-07 10:36:46 +01:00 committed by GitHub
commit d92c620004
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 = "0.4.0";
version = "0.5.0";
pname = "tempo";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "tempo";
sha256 = "16hrvhnlciaf06l34p3bb3nvmxr8zwbh7zql13zja1hs0kvwxv5c";
sha256 = "sha256-Har0JJqr6mkliKh25n+F4tork+bzfI/bv19H/rIRb9g=";
};
vendorSha256 = null;