about summary refs log tree commit diff
path: root/pkgs/applications/networking/siproxd
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-11-04 10:23:38 -0400
committerTim Steinbach <tim@nequissimus.com>2016-11-04 10:23:38 -0400
commitc431c392333f949622cf1a12df9386cdf0fd84b1 (patch)
tree49f621a6de870926a62bfa92a665ad00eba6a826 /pkgs/applications/networking/siproxd
parent1368ff89a0b5e832a1d7b2cda4f5a4ad1fda2587 (diff)
siproxd: 0.8.1 -> 0.8.2
Diffstat (limited to 'pkgs/applications/networking/siproxd')
-rw-r--r--pkgs/applications/networking/siproxd/cheaders.patch5
-rw-r--r--pkgs/applications/networking/siproxd/default.nix6
2 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/networking/siproxd/cheaders.patch b/pkgs/applications/networking/siproxd/cheaders.patch
index 53c4813cc335d..69a3e3287371a 100644
--- a/pkgs/applications/networking/siproxd/cheaders.patch
+++ b/pkgs/applications/networking/siproxd/cheaders.patch
@@ -3,11 +3,12 @@ index 1904ab3..cb3624d 100644
 --- a/src/dejitter.c
 +++ b/src/dejitter.c
 @@ -22,6 +22,8 @@
- 
+
  #include <errno.h>
- 
+
 +#include <string.h>
 +#include <sys/time.h>
+ #include <unistd.h>
  #include <sys/types.h>
  #include <sys/socket.h>
  #include <netinet/in.h>
diff --git a/pkgs/applications/networking/siproxd/default.nix b/pkgs/applications/networking/siproxd/default.nix
index 69ebab78f947b..14ed2587e6365 100644
--- a/pkgs/applications/networking/siproxd/default.nix
+++ b/pkgs/applications/networking/siproxd/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libosip }:
 
 stdenv.mkDerivation rec {
-  name = "siproxd-0.8.1";
-  
+  name = "siproxd-0.8.2";
+
   src = fetchurl {
     url = "mirror://sourceforge/siproxd/${name}.tar.gz";
-    sha256 = "1bcxl0h5nc28m8lcdhpbl5yc93w98xm53mfzrf04knsvmx7z0bfz";
+    sha256 = "1l6cyxxhra825jiiw9npa7jrbfgbyfpk4966cqkrw66cn28y8v2j";
   };
 
   patches = [ ./cheaders.patch ];