Merge pull request #299638 from r-ryantm/auto-update/php83Extensions.mongodb

php83Extensions.mongodb: 1.17.3 -> 1.18.0
This commit is contained in:
Pol Dellaiera 2024-03-28 07:23:04 +01:00 committed by GitHub
commit 8f72bd17ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
buildPecl rec {
pname = "mongodb";
version = "1.17.3";
version = "1.18.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-5luaCrrnL7l9zhbxYUMSlID7Sx0MQhgFKgl8F6GkGsE=";
hash = "sha256-KrRWogmGMGaMRhU5D5xF5LTvJ6g9XSoDA5KfJxftvws=";
fetchSubmodules = true;
};