summary refs log tree commit diff
path: root/pkgs/development/libraries/libstrophe
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2015-10-25 17:00:45 +0000
committerdevhell <^@regexmail.net>2015-10-25 17:00:45 +0000
commitffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9 (patch)
tree3c656629c9c9e7a0f0bafcc0c4c7b8c993c4e304 /pkgs/development/libraries/libstrophe
parent60d407b2094cd718b86de1360c9a44d92638d182 (diff)
downloadnixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar.gz
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar.bz2
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar.lz
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar.xz
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.tar.zst
nixpkgs-ffb565c5c0139a919d909ee0e7bb2aa3c96bf2c9.zip
libstrophe: 0.8.7 -> 0.8.8
From the Changelog:
  - XML namespace support
  - XEP-0114 support
Diffstat (limited to 'pkgs/development/libraries/libstrophe')
-rw-r--r--pkgs/development/libraries/libstrophe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix
index b4757831899..b5eb2ae7dd7 100644
--- a/pkgs/development/libraries/libstrophe/default.nix
+++ b/pkgs/development/libraries/libstrophe/default.nix
@@ -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 ];