freeswitch: 1.8.5 -> 1.8.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freeswitch/versions
This commit is contained in:
parent
53328909da
commit
bdb37efc6f
@ -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 New Issue
Block a user