phpExtensions.mongodb: 2.2.1 -> 2.3.1 (#516840)

This commit is contained in:
Pol Dellaiera
2026-05-08 12:36:31 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPecl rec {
pname = "mongodb";
version = "2.2.1";
version = "2.3.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-stY9je5gMaBIds45NxSLZaXaiapRRd/wUImrJxHnzZI=";
hash = "sha256-R6mFykE9QrM2i5NA+xuRFYzAf/PCCwfdnAWRcsEovfc=";
fetchSubmodules = true;
};