libstrophe: 0.8.7 -> 0.8.8

From the Changelog:
  - XML namespace support
  - XEP-0114 support
This commit is contained in:
devhell 2015-10-25 17:00:45 +00:00
parent 60d407b209
commit ffb565c5c0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libstrophe-${version}";
version = "0.8.7";
version = "0.8.8";
src = fetchFromGitHub {
owner = "strophe";
repo = "libstrophe";
rev = version;
sha256 = "1iic8xbcxh21dzns8m9kkz0cj5f3ppn414gnhyh4y2wcjsz6hp8l";
sha256 = "1xzyqqf99r0jfd0g3v0zwc68sac6y25v1d4m365zpc14l02midis";
};
buildInputs = [ automake autoconf openssl expat libtool pkgconfig check ];