summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-23 02:22:03 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-23 02:27:36 +0300
commitae0a64cf2c04b45fcf135e27be114debfbfe902d (patch)
treec9f967c682b81e69d7d4f03994cd40e204ab585a /pkgs/applications/networking/mumble/default.nix
parent6900fdc84b3b884cb10808dd4afd538fc05d03a0 (diff)
downloadnixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar.gz
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar.bz2
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar.lz
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar.xz
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.tar.zst
nixpkgs-ae0a64cf2c04b45fcf135e27be114debfbfe902d.zip
mumble_git: 2015-11-08 -> 2016-04-10
Diffstat (limited to 'pkgs/applications/networking/mumble/default.nix')
-rw-r--r--pkgs/applications/networking/mumble/default.nix27
1 files changed, 4 insertions, 23 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 9af0401a818..88b9ae49efd 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -120,34 +120,15 @@ let
   };
 
   gitSource = rec {
-    version = "1.3.0-git-2015-11-08";
+    version = "1.3.0-git-2016-04-10";
     qtVersion = 5;
 
+    # Needs submodules
     src = fetchgit {
       url = "https://github.com/mumble-voip/mumble";
-      rev = "72038f6aa038f5964e2bba5a09d3d391d4680e5f";
-      sha256 = "03978b85f7y0bffl8vwkmakjnxxjqapfz3pn0b8zf3b1ppwjy9g4";
+      rev = "0502fa67b036bae9f07a586d9f05a8bf74c24291";
+      sha256 = "073v8nway17j1n1lm70x508722b1q3vb6h4fvmcbbma3d22y1h45";
     };
-
-    # TODO: Remove fetchgit as it requires git
-    /*src = fetchFromGitHub {
-      owner = "mumble-voip";
-      repo = "mumble";
-      rev = "13e494c60beb20748eeb8be126b27e1226d168c8";
-      sha256 = "024my6wzahq16w7fjwrbksgnq98z4jjbdyy615kfyd9yk2qnpl80";
-    };
-
-    theme = fetchFromGitHub {
-      owner = "mumble-voip";
-      repo = "mumble-theme";
-      rev = "16b61d958f131ca85ab0f601d7331601b63d8f30";
-      sha256 = "0rbh825mwlh38j6nv2sran2clkiwvzj430mhvkdvzli9ysjxgsl3";
-    };
-
-    prePatch = ''
-      rmdir themes/Mumble
-      ln -s ${theme} themes/Mumble
-    '';*/
   };
 in {
   mumble     = client stableSource;