about summary refs log tree commit diff
path: root/pkgs/development/libraries/libstrophe
diff options
context:
space:
mode:
authorMarkus Kohlhase <mail@markus-kohlhase.de>2016-12-26 22:27:09 +0100
committerMarkus Kohlhase <mail@markus-kohlhase.de>2016-12-26 22:27:18 +0100
commit28d6aee3714bbcb8a0842e83d081792332d8fd4a (patch)
treeafdcb4e98d4dc8c58587802a672f38065a71f0c3 /pkgs/development/libraries/libstrophe
parent34cc46bfa7b6b22ecbd0c0a82d43e9520a9f8e27 (diff)
libstrophe: 0.8.8 -> 0.9.1
Diffstat (limited to 'pkgs/development/libraries/libstrophe')
-rw-r--r--pkgs/development/libraries/libstrophe/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix
index b5eb2ae7dd7e5..76aa014392b08 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.8";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "strophe";
     repo = "libstrophe";
     rev = version;
-    sha256 = "1xzyqqf99r0jfd0g3v0zwc68sac6y25v1d4m365zpc14l02midis";
+    sha256 = "099iv13c03y1dsn2ngdhfx2cnax0aj2gfh00w55hlzpvmjm8dsml";
   };
 
   buildInputs = [ automake autoconf openssl expat libtool pkgconfig check ];
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
       runs well on both Linux, Unix, and Windows based platforms.
     '';
     homepage = http://strophe.im/libstrophe/;
-    license = stdenv.lib.licenses.gpl3;
+    license = with stdenv.lib.licenses; [gpl3 mit];
     platforms = stdenv.lib.platforms.linux;
-    maintainers = [ stdenv.lib.maintainers.devhell ];
+    maintainers = with stdenv.lib.maintainers; [devhell flosse];
   };
 }