Skip to content

Commit 1e73a63

Browse files
authored
phpExtensions.mongodb: 1.20.1 -> 1.21.0 (#389252)
2 parents a7d8d18 + 0631b5d commit 1e73a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/mongodb/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
buildPecl rec {
1818
pname = "mongodb";
19-
version = "1.20.1";
19+
version = "1.21.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "mongodb";
2323
repo = "mongo-php-driver";
2424
rev = version;
25-
hash = "sha256-lldANJ4J1DrV6o9cwEmUPdbVx6edDp9GdyxdwRIS6Bs=";
25+
hash = "sha256-BMa0JOhk3jMiuhKX9AcGC2cpL1K0mocOs5wH8F43F0U=";
2626
fetchSubmodules = true;
2727
};
2828

0 commit comments

Comments
 (0)