Merge pull request #311531 from r-ryantm/auto-update/php82Extensions.mongodb

php82Extensions.mongodb: 1.18.1 -> 1.19.0
This commit is contained in:
Pol Dellaiera
2024-05-14 08:44:31 +02:00
committed by GitHub

View File

@@ -16,13 +16,13 @@
buildPecl rec { buildPecl rec {
pname = "mongodb"; pname = "mongodb";
version = "1.18.1"; version = "1.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mongodb"; owner = "mongodb";
repo = "mongo-php-driver"; repo = "mongo-php-driver";
rev = version; rev = version;
hash = "sha256-GstDJShuwzXZqlzhLWMEkvrNgCdmORAkGncpmPe879Q="; hash = "sha256-hog6bOKAhLwZMjrUD5yOJ607B1MLYaZJjq6CXIYPlH4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };