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

php74Extensions.swoole: 4.8.5 -> 4.8.6
This commit is contained in:
ajs124 2022-02-14 22:19:43 +01:00 committed by GitHub
commit 10ec5ffe52
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.5";
sha256 = "sha256-FCda91vO79Y1O1Pojv710VLzwwVUPHwn0O1kliOyKPg=";
version = "4.8.6";
sha256 = "sha256-4ot8LXpWcjMmD3e/EzrYNMxqUPPupQQkv2ibLkZoWxs=";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];
internalDeps = lib.optionals (lib.versionOlder php.version "7.4") [ php.extensions.hash ];