tempo: 0.2.0 -> 0.3.0

https://github.com/grafana/tempo/releases/tag/v0.3.0
This commit is contained in:
WilliButz 2020-11-11 19:27:50 +01:00
parent 83992fd7c6
commit 49b6ce8ce7
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -1,14 +1,14 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
version = "0.2.0";
version = "0.3.0";
pname = "tempo";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "tempo";
sha256 = "061l72il8arxa53zfbasiwyjdxc4bf498glxrdj5ijcwgvx14275";
sha256 = "0inqljiavqyq8dk2w0w0l2bds5390mrf8j190yb7lqwx9ra0cjp9";
};
vendorSha256 = null;