phpExtensions.swoole: 5.1.2 -> 6.0.0 (#365813)

This commit is contained in:
Pol Dellaiera
2024-12-17 19:37:39 +01:00
committed by GitHub
@@ -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 ];