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

phpExtensions.swoole: 5.1.2 -> 6.0.0

parent 69e1e8ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];