Updating siproxd to 0.8.1, and libosip.

This commit is contained in:
Lluís Batlle i Rossell
2013-06-29 15:14:02 +02:00
parent 8b1d65f894
commit 748a0f607b
3 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "3.6.0";
version = "4.0.0";
src = fetchurl {
url = "mirror://gnu/osip/libosip2-${version}.tar.gz";
sha256 = "1kcndqvsyxgbhkksgydvvjw15znfq6jiznvw058d21h5fq68p8f9";
sha256 = "05dhj4s5k4qmhn2amca070xgh1gkcl42n040fhwsn3vm86524bdv";
};
name = "libosip2-${version}";