Merge pull request #43146 from Enzime/update/mumble_git
mumble_git: 2018-01-12 -> 2018-07-01
This commit is contained in:
commit
e32023d4f1
1 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, fetchgit, fetchpatch, pkgconfig
|
||||
{ stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkgconfig
|
||||
, qt4, qmake4Hook, qt5, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
|
||||
, alsaLib, python
|
||||
, jackSupport ? false, libjack2 ? null
|
||||
|
@ -126,14 +126,16 @@ let
|
|||
};
|
||||
|
||||
gitSource = rec {
|
||||
version = "2018-01-12";
|
||||
version = "2018-07-01";
|
||||
qtVersion = 5;
|
||||
|
||||
# Needs submodules
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mumble-voip/mumble";
|
||||
rev = "e348e47f4af68eaa8e0f87d1d9fc28c5583e421e";
|
||||
sha256 = "12z41qfaq6w3i4wcw8pvyb8wwwa8gs3ar5zx6aqx6yssc6513lr3";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mumble-voip";
|
||||
repo = "mumble";
|
||||
rev = "c19ac8c0b0f934d2ff206858d7cb66352d6eb418";
|
||||
sha256 = "1mzp1bgn49ycs16d6r8icqq35wq25198fs084vyq6j5f78ni7pvz";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue