php84Extensions.mongodb: 1.19.4 -> 1.20.0

This commit is contained in:
R. Ryantm 2024-09-25 10:38:09 +00:00
parent efc90c3e0e
commit 2d192a061a

View File

@ -16,13 +16,13 @@
buildPecl rec {
pname = "mongodb";
version = "1.19.4";
version = "1.20.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-71CS9boQzW2NMmkQeOQjGaTx2CN3bkcfgO5NwV9J9JI=";
hash = "sha256-+Q/z5xrhiKTh2hVT6sdpI6sY6E7MTtTJQZBGASy5tAU=";
fetchSubmodules = true;
};