Skip to content

Commit 31b8b24

Browse files
tempo: 2.7.0 -> 2.7.1 (#382700)
2 parents 1b3de1c + b79966c commit 31b8b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/tempo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildGoModule rec {
99
pname = "tempo";
10-
version = "2.7.0";
10+
version = "2.7.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "grafana";
1414
repo = "tempo";
1515
rev = "v${version}";
1616
fetchSubmodules = true;
17-
hash = "sha256-aCtITq5qT0a1DuoSDK3F46cPvfVsvXOPkZELEuRYi5w=";
17+
hash = "sha256-U+cURfcLoZOB0lgZ/Ky1qcKR8aWbai84ZyHQYQeONVc=";
1818
};
1919

2020
vendorHash = null;

0 commit comments

Comments
 (0)