summary refs log tree commit diff
path: root/pkgs/servers/sip
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 02:34:15 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 02:34:15 -0700
commitbdb37efc6f7679bf24d24b10504b6eb2d4981ae3 (patch)
treea6588b181e23be28c5ee9ff0b790ab4e7ccc8e26 /pkgs/servers/sip
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar.gz
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar.bz2
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar.lz
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar.xz
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.tar.zst
nixpkgs-bdb37efc6f7679bf24d24b10504b6eb2d4981ae3.zip
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
Diffstat (limited to 'pkgs/servers/sip')
-rw-r--r--pkgs/servers/sip/freeswitch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix
index c37eaad2f7f..a55d1cf14cd 100644
--- a/pkgs/servers/sip/freeswitch/default.nix
+++ b/pkgs/servers/sip/freeswitch/default.nix
@@ -1,6 +1,6 @@
 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; [
   applications.commands
   applications.conference
@@ -86,11 +86,11 @@ modulesConf = let
 in
 
 stdenv.mkDerivation rec {
-  name = "freeswitch-1.8.5";
+  name = "freeswitch-1.8.7";
 
   src = fetchurl {
     url = "https://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
-    sha256 = "00xdrx84pw2v5pw1r5gfbb77nmvlfj275pmd48yfrc9g8c91j1sr";
+    sha256 = "0k52mxdfc5w9fdnz8kvfjiwnnjjhnpkirnyrfkhq7bad84m731z4";
   };
   postPatch = ''
     patchShebangs     libs/libvpx/build/make/rtcd.pl