phpExtensions.mongodb: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm
2025-10-14 18:13:42 +00:00
parent 2ea123939c
commit 1579b2f972

View File

@@ -15,13 +15,13 @@
buildPecl rec {
pname = "mongodb";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-v4Z++yK20RxbRqGLDmXHNttXv7T52ZIZBIK0y6QHNes=";
hash = "sha256-hvkC0fBONDhgozTfEM0xdlDSY9VM4O1qCgJKEwWOdH0=";
fetchSubmodules = true;
};