Unverified Commit 51823bd2 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files
parent 961d69db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildGoModule rec {
  pname = "tempo";
  version = "2.8.0";
  version = "2.8.1";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "tempo";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-rloHxcGrgVhBGIKg29wzhPfa3NQ8pI8aISiVi2M/BJ4=";
    hash = "sha256-RzDOx2ZyA0ZntFD1ryfipsgPsxVmsdOusZ37RCnQQnM=";
  };

  vendorHash = null;