about summary refs log tree commit diff
path: root/pkgs/applications/networking/siproxd
diff options
context:
space:
mode:
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 ];