Unverified Commit f518d3b6 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #228771 from K900/tempo-2.1.1

tempo: 2.1.0 -> 2.1.1
parents 33dfdf82 a38198b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "tempo";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "tempo";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "sha256-fhRIr9dFcfD3hFw6fnrV4yWEcz+CB5xph3KpxnKEWis=";
    sha256 = "sha256-gnQAldqfxJk8kbXAyX1VQXddCnSBWnvc3wesYoYI7wI=";
  };

  vendorSha256 = null;