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

phpExtensions.pdo_oci: 1.1.0 -> 1.2.0 (#481123)

parents 02be9d95 3e9e0232
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:

buildPecl {
  version = "1.1.0";
  version = "1.2.0";
  pname = "pdo_oci";

  hash = "sha256-XKtpWH6Rn8s19Wlu15eb/6dcCpJ7Bc/pr9Pxi8L4S8c=";
  hash = "sha256-xV5ZvOtowkPntuqQ0dSyhpC5l+MDkvEKHoRi8S0/k34=";

  buildInputs = [ oracle-instantclient ];
  configureFlags = [ "--with-pdo-oci=instantclient,${oracle-instantclient.lib}/lib" ];