1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tempo: 2.5.0 -> 2.6.0 (#339406)

This commit is contained in:
Weijia Wang 2024-09-09 19:51:02 +02:00 committed by GitHub
commit 8e3a5d7356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-SSAeJOOd282Mnmaj/W5sM8J64qvD9/0SvlbHUtXYYF8=";
hash = "sha256-jWoGKY+kC9VAK7jPFaGMJQkC/JeAiUjzqKhE2XjuJio=";
};
vendorHash = null;