Commit ad092226 authored by R. RyanTM's avatar R. RyanTM
Browse files

phpExtensions.swoole: 6.1.7 -> 6.1.8

parent 9b481b0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

let
  version = "6.1.7";
  version = "6.1.8";
in
buildPecl {
  inherit version;
@@ -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 ];