victoriatraces: 0.7.1 -> 0.8.0

ChangeLog: https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/v0.8.0
This commit is contained in:
Maximilian Bosch
2026-03-07 19:02:46 +01:00
parent 5ff885f4cd
commit b7cc58d4a6
+4 -4
View File
@@ -1,6 +1,6 @@
{
lib,
buildGoModule,
buildGo126Module,
fetchFromGitHub,
nix-update-script,
nixosTests,
@@ -11,15 +11,15 @@
withVtGen ? false,
}:
buildGoModule (finalAttrs: {
buildGo126Module (finalAttrs: {
pname = "VictoriaTraces";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaTraces";
tag = "v${finalAttrs.version}";
hash = "sha256-Hli0JNQ0XpLXI10ol5fdmhk35/SFSo1o/SiVmYVWlCs=";
hash = "sha256-bm1hF4LqbSxxEOMtz4jdgJHMwrahGI4VZ9nj/VscFdc=";
};
vendorHash = null;