phpExtensions.openswoole: 22.1.2 -> 25.2.0

This commit is contained in:
R. Ryantm
2025-02-14 19:08:21 +00:00
parent 795a271ba1
commit 584bfab2ef
@@ -9,7 +9,7 @@
}:
let
version = "22.1.2";
version = "25.2.0";
in
buildPecl {
inherit version;
@@ -19,7 +19,7 @@ buildPecl {
owner = "openswoole";
repo = "swoole-src";
rev = "v${version}";
hash = "sha256-Z26E1PdKypB/MImCHFgA3rJW5LvVaLZsQUxRv0RcFuo=";
hash = "sha256-1Bq/relLhjPRROikpCzSzzrelxW3AiMA5G17Ln2lg34=";
};
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];