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 = "6.1.7"; version = "6.1.8"; in buildPecl { inherit version; Loading @@ -19,7 +19,7 @@ buildPecl { owner = "swoole"; repo = "swoole-src"; rev = "v${version}"; hash = "sha256-MY0wWb6p2P+g7xrEGqicvdIbX57vgSFKunKVxj80PgQ="; hash = "sha256-z/f3GLI/PQJJWcY968fOH00btDaKDx3M0Nb/IOjDgeY="; }; 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 = "6.1.7"; version = "6.1.8"; in buildPecl { inherit version; Loading @@ -19,7 +19,7 @@ buildPecl { owner = "swoole"; repo = "swoole-src"; rev = "v${version}"; hash = "sha256-MY0wWb6p2P+g7xrEGqicvdIbX57vgSFKunKVxj80PgQ="; hash = "sha256-z/f3GLI/PQJJWcY968fOH00btDaKDx3M0Nb/IOjDgeY="; }; buildInputs = [ pcre2 ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ valgrind ]; Loading