phpExtensions.igbinary: 3.2.12 -> 3.2.14

This commit is contained in:
Pol Dellaiera 2023-07-11 20:40:22 +02:00
parent f2406198ea
commit 2fbb588d4a
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -2,18 +2,17 @@
buildPecl {
pname = "igbinary";
version = "3.2.12";
sha256 = "072qd4i22g0qmz0h1p6jhxx8rv0c8k7pgzwk52qfdijc0pgzz75n";
version = "3.2.14";
sha256 = "sha256-YzcUek+4iAclZmdIN72pko7gbufwEUtDOLhsgWIykl0=";
configureFlags = [ "--enable-igbinary" ];
makeFlags = [ "phpincludedir=$(dev)/include" ];
outputs = [ "out" "dev" ];
meta = with lib; {
meta = {
description = "Binary serialization for PHP";
license = licenses.bsd3;
homepage = "https://github.com/igbinary/igbinary/";
maintainers = teams.php.members;
license = lib.licenses.bsd3;
maintainers = lib.teams.php.members;
};
}