Merge pull request #65920 from r-ryantm/auto-update/freeswitch
freeswitch: 1.8.5 -> 1.8.7
This commit is contained in:
commit
f19dd41039
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
# the default list from v1.8.5, except with applications/mod_signalwire also disabled
|
# the default list from v1.8.7, except with applications/mod_signalwire also disabled
|
||||||
defaultModules = mods: with mods; [
|
defaultModules = mods: with mods; [
|
||||||
applications.commands
|
applications.commands
|
||||||
applications.conference
|
applications.conference
|
||||||
|
@ -86,11 +86,11 @@ modulesConf = let
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "freeswitch-1.8.5";
|
name = "freeswitch-1.8.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
url = "https://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
||||||
sha256 = "00xdrx84pw2v5pw1r5gfbb77nmvlfj275pmd48yfrc9g8c91j1sr";
|
sha256 = "0k52mxdfc5w9fdnz8kvfjiwnnjjhnpkirnyrfkhq7bad84m731z4";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs libs/libvpx/build/make/rtcd.pl
|
patchShebangs libs/libvpx/build/make/rtcd.pl
|
||||||
|
|
Loading…
Reference in a new issue