Merge pull request #300275 from devhell/bump-libstrophe

libstrophe: 0.12.3 -> 0.13.1
This commit is contained in:
Mario Rodas 2024-04-05 18:46:51 -05:00 committed by GitHub
commit 43c12d323a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -6,24 +6,27 @@
, expat
, pkg-config
, check
, zlib
}:
stdenv.mkDerivation rec {
pname = "libstrophe";
version = "0.12.3";
version = "0.13.1";
src = fetchFromGitHub {
owner = "strophe";
repo = pname;
rev = version;
sha256 = "EDgdKJ7wqUoThy0t1r39p2lbn64uvTDoIqNCzhpWnZ8=";
hash = "sha256-JMuvWspgXs+1dVWoo6kJVaf6cVvYj8lhyyu4ZILKeOg=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ openssl expat libtool check ];
buildInputs = [ openssl expat libtool check zlib ];
dontDisableStatic = true;
strictDeps = true;
doCheck = true;
meta = with lib; {

View File

@ -23065,8 +23065,6 @@ with pkgs;
libstroke = callPackage ../development/libraries/libstroke { };
libstrophe = callPackage ../development/libraries/libstrophe { };
libspatialaudio = callPackage ../development/libraries/libspatialaudio { };
libspatialindex = callPackage ../development/libraries/libspatialindex { };