From 3aa5216310bc353e9efbc1b4b90706475a06f24c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 6 Jun 2026 01:40:40 +0200 Subject: [PATCH] Services/Teamspeak: Update to v6.0.0-beta10 --- system/services/teamspeak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/teamspeak.nix b/system/services/teamspeak.nix index 049d0599..f720a806 100644 --- a/system/services/teamspeak.nix +++ b/system/services/teamspeak.nix @@ -5,7 +5,7 @@ pkgs, ... }: let - teamspeakVersion = "v6.0.0-beta8"; + teamspeakVersion = "6.0.0-beta10"; in { virtualisation.oci-containers.containers = { teamspeak = {