Skip to content

Commit

Permalink
tempo: 2.6.0 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Jan 14, 2025
1 parent a60c98c commit c069ef3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/by-name/te/tempo/package.nix
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
lib,
buildGo122Module,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:

# Does not build with Go 1.23
# FIXME: check again for next release
buildGo122Module rec {
buildGoModule rec {
pname = "tempo";
version = "2.6.0";
version = "2.7.0";

src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-jWoGKY+kC9VAK7jPFaGMJQkC/JeAiUjzqKhE2XjuJio=";
hash = "sha256-aCtITq5qT0a1DuoSDK3F46cPvfVsvXOPkZELEuRYi5w=";
};

vendorHash = null;
Expand Down

0 comments on commit c069ef3

Please sign in to comment.