Skip to content

Commit

Permalink
tempo: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Nov 11, 2020
1 parent 83992fd commit 49b6ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/tracing/tempo/default.nix
@@ -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;
Expand Down

0 comments on commit 49b6ce8

Please sign in to comment.