Merge pull request #98798 from r-ryantm/auto-update/libstrophe

libstrophe: 0.9.3 -> 0.10.0
This commit is contained in:
Mario Rodas 2020-10-04 11:11:54 -05:00 committed by GitHub
commit 3df7751051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libstrophe";
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "strophe";
repo = pname;
rev = version;
sha256 = "1g1l0w9z9hdy5ncdvd9097gi7k7783did6py5h9camlpb2fnk5mk";
sha256 = "1hizw695fw0cy88h1dpl9pvniapml2zw9yvxck8xvxbqfz54jwja";
};
nativeBuildInputs = [ automake autoconf pkgconfig libtool check ];
@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
minimal dependencies and is configurable for various environments. It
runs well on both Linux, Unix, and Windows based platforms.
'';
homepage = "http://strophe.im/libstrophe/";
homepage = "https://strophe.im/libstrophe/";
license = with stdenv.lib.licenses; [ gpl3 mit ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ devhell flosse ];
};
}