Unverified Commit 624df15f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents be098bde d30ee5a8
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 ];