phpExtensions.swoole: 6.0.2 -> 6.1.6

This commit is contained in:
R. Ryantm
2025-12-29 14:22:32 +00:00
parent b5e62065fb
commit fd7accae30
@@ -9,7 +9,7 @@
}:
let
version = "6.0.2";
version = "6.1.6";
in
buildPecl {
inherit version;
@@ -19,7 +19,7 @@ buildPecl {
owner = "swoole";
repo = "swoole-src";
rev = "v${version}";
hash = "sha256-mCJj0vLpJinxK/EfPq+CeVWnoxouqClOKYbrgj7GNDc=";
hash = "sha256-gbN9CsuSRnttK0GmssLmhpqygkArDqtgkXZbzJhpFlM=";
};
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];