phpExtensions.swoole: 5.1.2 -> 6.0.0

This commit is contained in:
R. Ryantm
2024-12-17 08:06:55 +00:00
parent 69e1e8ba04
commit d30ee5a8ef
@@ -9,7 +9,7 @@
}:
let
version = "5.1.2";
version = "6.0.0";
in
buildPecl {
inherit version;
@@ -19,7 +19,7 @@ buildPecl {
owner = "swoole";
repo = "swoole-src";
rev = "v${version}";
hash = "sha256-WTsntvauiooj081mOoFcK6CVpnCCR/cEQtJbsOIJ/wo=";
hash = "sha256-h49TMwtEaaRfQO69Z9sAPsCqLYt/w/6Vx9ZVBajAU5U=";
};
buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ];