tempo: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm 2023-09-25 03:11:41 +00:00
parent 7a862f0a66
commit ff24f7f057

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tempo";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "tempo";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-FeQTg0EuAwpSMf+rPLFNegXEXfVa6dqR2xjl4MfZnYg=";
hash = "sha256-23wjD8HTSEGonIMAWCoKORMLIISASxlN4FeY+Bmt/+I=";
};
vendorHash = null;