forked from mirrors/nixpkgs
sipwitch: update to 1.6.1 to fix build
This commit is contained in:
parent
a6c1edf947
commit
7c74edc9bc
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, libosip, openssl, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.6.0";
|
||||
version = "4.0.0";
|
||||
src = fetchurl {
|
||||
url = "http://download.savannah.gnu.org/releases/exosip/libeXosip2-${version}.tar.gz";
|
||||
sha256 = "0r1mj8x5991bgwf03bx1ajn5kbbmw1136jabw2pn7dls9h41mnli";
|
||||
sha256 = "1rdjr3x7s992w004cqf4xji1522an9rpzsr9wvyhp685khmahrsj";
|
||||
};
|
||||
name = "libexosip2-${version}";
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, pkgconfig, ucommon, libosip, libexosip, gnutls, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sipwitch-1.2.4";
|
||||
name = "sipwitch-1.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/sipwitch/${name}.tar.gz";
|
||||
sha256 = "1c826832xi9p85l7c9va33xx8hx01m3jq49s0d1xl4c8kvri7bsj";
|
||||
sha256 = "1sa4fbv8filzcxqx2viyixsq4pwgvkidn6l6g3k62gl8bvdfk7p9";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ucommon libosip libexosip gnutls zlib ];
|
||||
|
|
Loading…
Reference in a new issue