Loading nixos/modules/services/databases/victoriatraces.nix +1 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,7 @@ in SystemCallFilter = [ "@system-service" "~@privileged" "mincore" ]; }; Loading pkgs/by-name/vi/victoriatraces/package.nix +2 −9 Original line number Diff line number Diff line Loading @@ -13,22 +13,15 @@ buildGoModule (finalAttrs: { pname = "VictoriaTraces"; version = "0.5.1"; version = "0.6.0"; src = fetchFromGitHub { owner = "VictoriaMetrics"; repo = "VictoriaTraces"; tag = "v${finalAttrs.version}"; hash = "sha256-RvP3hLM8SoDN91PATTI5RTKwnJsomBtWIakRlBprEPA="; hash = "sha256-gXdOPRC3oxMAimMc4v0CjTb224qiocFY9/1PFH4hbRw="; }; postPatch = '' substituteInPlace go.mod \ --replace-fail "go 1.25.4" "go 1.25.3" substituteInPlace vendor/modules.txt \ --replace-fail "go 1.25.4" "go 1.25.3" ''; vendorHash = null; subPackages = Loading Loading
nixos/modules/services/databases/victoriatraces.nix +1 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,7 @@ in SystemCallFilter = [ "@system-service" "~@privileged" "mincore" ]; }; Loading
pkgs/by-name/vi/victoriatraces/package.nix +2 −9 Original line number Diff line number Diff line Loading @@ -13,22 +13,15 @@ buildGoModule (finalAttrs: { pname = "VictoriaTraces"; version = "0.5.1"; version = "0.6.0"; src = fetchFromGitHub { owner = "VictoriaMetrics"; repo = "VictoriaTraces"; tag = "v${finalAttrs.version}"; hash = "sha256-RvP3hLM8SoDN91PATTI5RTKwnJsomBtWIakRlBprEPA="; hash = "sha256-gXdOPRC3oxMAimMc4v0CjTb224qiocFY9/1PFH4hbRw="; }; postPatch = '' substituteInPlace go.mod \ --replace-fail "go 1.25.4" "go 1.25.3" substituteInPlace vendor/modules.txt \ --replace-fail "go 1.25.4" "go 1.25.3" ''; vendorHash = null; subPackages = Loading