php84Extensions.mongodb: 1.20.0 -> 1.20.1

This commit is contained in:
R. Ryantm 2024-11-28 03:03:19 +00:00
parent 76fe013a4b
commit 47866d72ca

View File

@ -16,13 +16,13 @@
buildPecl rec {
pname = "mongodb";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-php-driver";
rev = version;
hash = "sha256-+Q/z5xrhiKTh2hVT6sdpI6sY6E7MTtTJQZBGASy5tAU=";
hash = "sha256-lldANJ4J1DrV6o9cwEmUPdbVx6edDp9GdyxdwRIS6Bs=";
fetchSubmodules = true;
};