phpExtensions.mongodb: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-05-26 03:31:40 +00:00
parent 3108eaa516
commit c5a5348915
@@ -15,13 +15,13 @@
buildPecl rec {
pname = "mongodb";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-o4fy46oh3iWLAcszcFo1m5GdalQs6OswT+OQTYo2cZc=";
hash = "sha256-YCQdScBCgmyallocGB8JGgkNkKTfy53/KPStq97S6wU=";
fetchSubmodules = true;
};