Merge pull request #152078 from r-ryantm/auto-update/php-swoole

php74Extensions.swoole: 4.8.3 -> 4.8.4
This commit is contained in:
Elis Hirwing 2021-12-26 18:48:40 +01:00 committed by GitHub
commit 46532869a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
buildPecl {
pname = "swoole";
version = "4.8.3";
sha256 = "sha256-Oa/SnmmMc/KZXyP/qX9BT7V1xPa4EWJa/GUNngpA4pw=";
version = "4.8.4";
sha256 = "sha256-gqDXcbjnsmo2XdrrRPeRrAD1yXtLkY8fZtu9OaiDq6s=";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];
internalDeps = lib.optionals (lib.versionOlder php.version "7.4") [ php.extensions.hash ];