summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-10-01 14:39:21 +0200
committerFelix Singer <felixsinger@posteo.net>2022-02-26 22:08:22 +0100
commitc267e9ce37dd2f2f9975ab83c538a624f1fede50 (patch)
treeff6f56f16900fb559fd45b6b25707a82668f02df /nixos/modules/services/networking
parentc710148f70d9059c8b184690159cd9ea83cf7cbf (diff)
downloadnixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar.gz
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar.bz2
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar.lz
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar.xz
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.tar.zst
nixpkgs-c267e9ce37dd2f2f9975ab83c538a624f1fede50.zip
mumble,murmur: 1.3.4 -> 1.4.231
Update version to 1.4.231.

Build 231 points to a specific commit from the 1.4.x branch adding many
fixes and improvements. Since this version is an unofficial release, add
an unstable prefix to the version string in Nixpkgs.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/murmur.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix
index 992678c43eb..06ec04dbbf1 100644
--- a/nixos/modules/services/networking/murmur.nix
+++ b/nixos/modules/services/networking/murmur.nix
@@ -306,7 +306,7 @@ in
         Type = if forking then "forking" else "simple";
         PIDFile = mkIf forking "/run/murmur/murmurd.pid";
         EnvironmentFile = mkIf (cfg.environmentFile != null) cfg.environmentFile;
-        ExecStart = "${cfg.package}/bin/murmurd -ini /run/murmur/murmurd.ini";
+        ExecStart = "${cfg.package}/bin/mumble-server -ini /run/murmur/murmurd.ini";
         Restart = "always";
         RuntimeDirectory = "murmur";
         RuntimeDirectoryMode = "0700";