gloox: update from 1.0.11 to 1.0.12

This commit is contained in:
Mateusz Kowalczyk 2014-12-03 16:51:52 +00:00
parent ecf243c782
commit 612873f686

View File

@ -9,14 +9,14 @@ assert sslSupport -> openssl != null;
assert idnSupport -> libidn != null;
let
version = "1.0.11";
version = "1.0.12";
in
stdenv.mkDerivation rec {
name = "gloox-${version}";
src = fetchurl {
url = "http://camaya.net/download/gloox-${version}.tar.bz2";
sha256 = "1hrkvn4ddzmydvpr541l6pi8nr0k6xi9g7yxdp84ns7v463kjrq9";
sha256 = "1aa3pkg8yz6glg2273yl7310nkx1q31wkwbmmxwk3059k0p5l4k7";
};
buildInputs = [ ]