We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01961cb commit 881a2f0Copy full SHA for 881a2f0
pkgs/development/php-packages/openswoole/default.nix
@@ -9,7 +9,7 @@
9
}:
10
11
let
12
- version = "25.2.0";
+ version = "26.2.0";
13
in
14
buildPecl {
15
inherit version;
@@ -19,7 +19,7 @@ buildPecl {
19
owner = "openswoole";
20
repo = "swoole-src";
21
rev = "v${version}";
22
- hash = "sha256-1Bq/relLhjPRROikpCzSzzrelxW3AiMA5G17Ln2lg34=";
+ hash = "sha256-fTr7CuWZt902YnTtEriWL8wjHni71N/u5upJqY+UvYs=";
23
};
24
25
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];
0 commit comments