php83Extensions.mongodb: 1.17.3 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-03-28 02:37:43 +00:00
parent 68e06b5c72
commit d65e36e5db
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;
};