mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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;
|
||||
|
||||
let
|
||||
version = "1.0.10";
|
||||
version = "1.0.11";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gloox-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://camaya.net/download/gloox-${version}.tar.bz2";
|
||||
sha256 = "300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3";
|
||||
sha256 = "1hrkvn4ddzmydvpr541l6pi8nr0k6xi9g7yxdp84ns7v463kjrq9";
|
||||
};
|
||||
|
||||
buildInputs = [ ]
|
||||
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "A portable high-level Jabber/XMPP library for C++";
|
||||
homepage = "http://camaya.net/gloox";
|
||||
license = [ "GPLv3" ];
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue