Merge pull request #111358 from aanderse/php-sqlsrv

This commit is contained in:
Sandro 2021-01-31 14:41:27 +01:00 committed by GitHub
commit 96a2e56d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
buildPecl {
pname = "pdo_sqlsrv";
version = "5.8.1";
sha256 = "06ba4x34fgs092qq9w62y2afsm1nyasqiprirk4951ax9v5vcir0";
version = "5.9.0";
sha256 = "0n4cnkldvyp1lrpj18ky2ii2dcaa51dsmh8cspixm7w76dxl3khg";
internalDeps = [ php.extensions.pdo ];

View File

@ -3,8 +3,8 @@
buildPecl {
pname = "sqlsrv";
version = "5.8.1";
sha256 = "0c9a6ghch2537vi0274vx0mn6nb1xg2qv7nprnf3xdfqi5ww1i9r";
version = "5.9.0";
sha256 = "1css440b4qrbblmcswd5wdr2v1rjxlj2iicbmvjq9fg81028w40a";
buildInputs = [
pkgs.unixODBC