Merge pull request #200839 from etu/php-extensions-updates

php.extensions: updates
This commit is contained in:
Elis Hirwing
2022-11-12 13:07:26 +01:00
committed by GitHub
6 changed files with 12 additions and 12 deletions
@@ -3,8 +3,8 @@
buildPecl {
pname = "igbinary";
version = "3.2.7";
sha256 = "sha256-0NwNC1aphfT1LOogcXEz09oFNoh2vA+UMXweYOAxnn0=";
version = "3.2.12";
sha256 = "072qd4i22g0qmz0h1p6jhxx8rv0c8k7pgzwk52qfdijc0pgzz75n";
configureFlags = [ "--enable-igbinary" ];
makeFlags = [ "phpincludedir=$(dev)/include" ];
@@ -14,8 +14,8 @@
buildPecl {
pname = "mongodb";
version = "1.14.1";
sha256 = "sha256-uuKodv3ME9bNATn7Wyrv1RydXISmpPxTvr2+PxYtg14=";
version = "1.14.2";
sha256 = "1amayawrkyl1f44b8qwvm9567nxxfpv12pkn65adgjbwk5ds6z3g";
nativeBuildInputs = [ pkg-config ];
buildInputs = [
@@ -1,12 +1,12 @@
{ lib, stdenv, buildPecl, php, valgrind, pcre2 }:
let
pname = "openswoole";
version = "4.11.1";
version = "4.12.0";
in
buildPecl {
inherit pname version;
sha256 = "sha256-Rhoa4ny86dwB3e86/1W30AlDGRUDYjK8RusquKF5Izg=";
sha256 = "16fxwkjqihinzsmjbpzslf13m8yp0wnsqa2y5g0b07cf15g6qbny";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];
@@ -3,8 +3,8 @@
buildPecl {
pname = "protobuf";
version = "3.21.6";
sha256 = "sha256-vyJbWsY/adrMK2PLdu+Zm1paopY+5qct2Y2AS2a70gg=";
version = "3.21.9";
sha256 = "05zlq9k6c45wj1286850nl31024ik158jnj1f5kskr1pchknnsf3";
buildInputs = [ pcre2 ];
@@ -3,8 +3,8 @@
buildPecl {
pname = "swoole";
version = "4.8.11";
sha256 = "sha256-MH3deQniTI7df2UNfK7v1qkP5JxyGw3j9adAeZBDD2c=";
version = "5.0.1";
sha256 = "1zq5vvwjqpg3d4qv8902w54gvghjgcb3c7szi7fpqi6f51mhhwvf";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];
@@ -3,8 +3,8 @@
buildPecl {
pname = "xdebug";
version = "3.1.5";
sha256 = "sha256-VfbvOBJF2gebL8XOHPvLeWEZfQwOBPnZd2E8+aqWmnk=";
version = "3.1.6";
sha256 = "1lnmrb5kgq8lbhjs48j3wwhqgk44pnqb1yjq4b5r6ysv9l5wlkjm";
doCheck = true;
checkTarget = "test";