From ef610c64e4b1b0f930f32d69a86651aebfc71a32 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 2 Jul 2026 15:07:38 +0200 Subject: [PATCH] Services/Teamspeak: Update to v6.0.0-beta11 --- 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 f720a80..63a8b11 100644 --- a/system/services/teamspeak.nix +++ b/system/services/teamspeak.nix @@ -5,7 +5,7 @@ pkgs, ... }: let - teamspeakVersion = "6.0.0-beta10"; + teamspeakVersion = "6.0.0-beta11"; in { virtualisation.oci-containers.containers = { teamspeak = {