php82Extensions.mongodb: 1.19.3 -> 1.19.4

This commit is contained in:
R. Ryantm 2024-09-09 14:43:39 +00:00
parent 8a4836def3
commit aa7cb03753

View File

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