siproxd: 0.8.1 -> 0.8.2

This commit is contained in:
Tim Steinbach 2016-11-04 10:23:38 -04:00
parent 1368ff89a0
commit c431c39233
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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 ];