Skip to content

Commit 881a2f0

Browse files
committed
phpExtensions.openswoole: 25.2.0 -> 26.2.0
1 parent 01961cb commit 881a2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/openswoole/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}:
1010

1111
let
12-
version = "25.2.0";
12+
version = "26.2.0";
1313
in
1414
buildPecl {
1515
inherit version;
@@ -19,7 +19,7 @@ buildPecl {
1919
owner = "openswoole";
2020
repo = "swoole-src";
2121
rev = "v${version}";
22-
hash = "sha256-1Bq/relLhjPRROikpCzSzzrelxW3AiMA5G17Ln2lg34=";
22+
hash = "sha256-fTr7CuWZt902YnTtEriWL8wjHni71N/u5upJqY+UvYs=";
2323
};
2424

2525
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];

0 commit comments

Comments
 (0)