victoriatraces: 0.7.0 -> 0.7.1

ChangeLog: https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/v0.7.1
This commit is contained in:
Maximilian Bosch 2026-01-24 11:12:20 +01:00
parent 2bf57f0212
commit 5a903aaa4a
No known key found for this signature in database

View file

@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaTraces";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaTraces";
tag = "v${finalAttrs.version}";
hash = "sha256-MWPw2SJlqjQCyBYT++A0KcwccdpTP7Ome4RfA7lcjAM=";
hash = "sha256-Hli0JNQ0XpLXI10ol5fdmhk35/SFSo1o/SiVmYVWlCs=";
};
vendorHash = null;