mumble_git: 2017-05-25 -> 2018-01-12

This commit is contained in:
adisbladis 2018-01-13 03:07:26 +08:00
parent 4c96412189
commit eb29b00621
No known key found for this signature in database
GPG key ID: ED58F95069B004F5
2 changed files with 3 additions and 5 deletions

View file

@ -119,14 +119,14 @@ let
};
gitSource = rec {
version = "2017-05-25";
version = "2018-01-12";
qtVersion = 5;
# Needs submodules
src = fetchgit {
url = "https://github.com/mumble-voip/mumble";
rev = "3754898ac94ed3f1e86408114917d1b4c06f17b3";
sha256 = "1qh49x3y7m0c0h0gcs6amkf8nb75p6g611zwn19mbplwmi7h9y8f";
rev = "e348e47f4af68eaa8e0f87d1d9fc28c5583e421e";
sha256 = "12z41qfaq6w3i4wcw8pvyb8wwwa8gs3ar5zx6aqx6yssc6513lr3";
};
};
in {

View file

@ -16132,7 +16132,6 @@ with pkgs;
avahi = avahi.override {
withLibdnssdCompat = true;
};
qt5 = qt56; # Mumble doesn't work with Qt > 5.5
jackSupport = config.mumble.jackSupport or false;
speechdSupport = config.mumble.speechdSupport or false;
pulseSupport = config.pulseaudio or false;
@ -16143,7 +16142,6 @@ with pkgs;
avahi = avahi.override {
withLibdnssdCompat = true;
};
qt5 = qt56; # Mumble doesn't work with Qt > 5.5
jackSupport = config.mumble.jackSupport or false;
speechdSupport = config.mumble.speechdSupport or false;
pulseSupport = config.pulseaudio or false;