Unverified Commit 31b8b248 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

tempo: 2.7.0 -> 2.7.1 (#382700)

parents 1b3de1ca b79966c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildGoModule rec {
  pname = "tempo";
  version = "2.7.0";
  version = "2.7.1";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "tempo";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-aCtITq5qT0a1DuoSDK3F46cPvfVsvXOPkZELEuRYi5w=";
    hash = "sha256-U+cURfcLoZOB0lgZ/Ky1qcKR8aWbai84ZyHQYQeONVc=";
  };

  vendorHash = null;