php83Extensions.mongodb: 1.19.0 -> 1.19.1

This commit is contained in:
R. Ryantm 2024-05-29 04:15:55 +00:00
parent fb2cf0194e
commit 5b1dfed4a7

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;
};