phpExtensions.pdo_oci: 1.1.0 -> 1.2.0

This commit is contained in:
Piotr Kwiecinski
2026-01-17 20:14:09 +01:00
parent c6bc89d9a6
commit 3e9e0232aa
@@ -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" ];