Merge pull request #315508 from r-ryantm/auto-update/php83Extensions.mongodb

php83Extensions.mongodb: 1.19.0 -> 1.19.1
This commit is contained in:
Pol Dellaiera 2024-05-29 07:52:03 +02:00 committed by GitHub
commit a920e03e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
buildPecl rec {
pname = "mongodb";
version = "1.19.0";
version = "1.19.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-hog6bOKAhLwZMjrUD5yOJ607B1MLYaZJjq6CXIYPlH4=";
hash = "sha256-5HGQDgZZu+miPijJD/Y48WlUVfxjkeU9gA7hByzxb/o=";
fetchSubmodules = true;
};