mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libstrophe: 0.8.7 -> 0.8.8
From the Changelog: - XML namespace support - XEP-0114 support
This commit is contained in:
parent
60d407b209
commit
ffb565c5c0
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue