gloox: update from 1.0.10 to 1.0.11
This commit is contained in:
parent
c39a0b0659
commit
259aaa8103
@ -9,14 +9,14 @@ assert sslSupport -> openssl != null;
|
|||||||
assert idnSupport -> libidn != null;
|
assert idnSupport -> libidn != null;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.10";
|
version = "1.0.11";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gloox-${version}";
|
name = "gloox-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://camaya.net/download/gloox-${version}.tar.bz2";
|
url = "http://camaya.net/download/gloox-${version}.tar.bz2";
|
||||||
sha256 = "300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3";
|
sha256 = "1hrkvn4ddzmydvpr541l6pi8nr0k6xi9g7yxdp84ns7v463kjrq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ]
|
buildInputs = [ ]
|
||||||
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A portable high-level Jabber/XMPP library for C++";
|
description = "A portable high-level Jabber/XMPP library for C++";
|
||||||
homepage = "http://camaya.net/gloox";
|
homepage = "http://camaya.net/gloox";
|
||||||
license = [ "GPLv3" ];
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user