victoriatraces: 0.9.3 -> 0.9.4

ChangeLog: https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/v0.9.4
This commit is contained in:
Maximilian Bosch
2026-07-06 09:25:29 +02:00
parent 6e6aafdd00
commit 53d73ac204
+2 -2
View File
@@ -13,13 +13,13 @@
buildGo126Module (finalAttrs: {
pname = "VictoriaTraces";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaTraces";
tag = "v${finalAttrs.version}";
hash = "sha256-jyVHqdnnvLEYFFVUwXNf/B9vSwKwPrE5iJzlRccOhTg=";
hash = "sha256-tIYiyaYHJzlOHeGSu+DlLTvxc5SrVWA76pMTCrJtwbE=";
};
vendorHash = null;