Loading pkgs/development/php-packages/swoole/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: let version = "5.1.2"; version = "6.0.0"; in buildPecl { inherit version; Loading @@ -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 ]; Loading Loading
pkgs/development/php-packages/swoole/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: let version = "5.1.2"; version = "6.0.0"; in buildPecl { inherit version; Loading @@ -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 ]; Loading