Merge pull request #303620 from r-ryantm/auto-update/php81Extensions.mongodb

php81Extensions.mongodb: 1.18.0 -> 1.18.1
This commit is contained in:
Pol Dellaiera 2024-04-12 22:36:34 +02:00 committed by GitHub
commit 74297fdbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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