Commit 4f43ba9a authored by kashw2's avatar kashw2
Browse files

tempo: 2.8.2 -> 2.9.0

parent d2330710
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildGoModule (finalAttrs: {
  pname = "tempo";
  version = "2.8.2";
  version = "2.9.0";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "tempo";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-mROhsqbCwPulxtg3pHVZi8FmW9PrYzGPdE0ajVvzRBY=";
    hash = "sha256-98qK+U1SltwTdeNH+MXVU9ql9Be2tMOYZ9W3dEqBqAI=";
  };

  vendorHash = null;