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

php80Extensions.swoole: 4.8.8 -> 4.8.11
This commit is contained in:
Elis Hirwing 2022-08-01 09:02:45 +02:00 committed by GitHub
commit 9a6a3570a0
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.8";
sha256 = "sha256-SnhDRC7/a7BTHn87c6YCz/R8jI6aES1ibSD6YAl6R+I=";
version = "4.8.11";
sha256 = "sha256-MH3deQniTI7df2UNfK7v1qkP5JxyGw3j9adAeZBDD2c=";
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.isDarwin) [ valgrind ];