summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-29 09:38:22 +0100
committerGitHub <noreply@github.com>2020-11-29 09:38:22 +0100
commit9183145f0b13cd583738645d948d0678919aaa7e (patch)
tree26f9a0e8885bc89010013ca2a689b77c2141af8f
parentMerge pull request #105333 from r-ryantm/auto-update/playonlinux (diff)
parentphp73Extensions.mongodb: 1.8.2 -> 1.9.0 (diff)
downloadnixpkgs-9183145f0b13cd583738645d948d0678919aaa7e.tar.gz
Merge pull request #105337 from r-ryantm/auto-update/php-mongodb
php73Extensions.mongodb: 1.8.2 -> 1.9.0
-rw-r--r--pkgs/development/php-packages/mongodb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/php-packages/mongodb/default.nix b/pkgs/development/php-packages/mongodb/default.nix
index 852c3b63c4ed..2ebdaa2f577c 100644
--- a/pkgs/development/php-packages/mongodb/default.nix
+++ b/pkgs/development/php-packages/mongodb/default.nix
@@ -3,8 +3,8 @@
buildPecl {
pname = "mongodb";
- version = "1.8.2";
- sha256 = "01l300204ph9nd7khd9qazpdbi1biqvmjqbxbngdfjk9n5d8vvzw";
+ version = "1.9.0";
+ sha256 = "16mbw3p80qxsj86nmjbfch8wv6jaq8wbz4rlpmixvhj9nwbp37hs";
nativeBuildInputs = [ pkgs.pkgconfig ];
buildInputs = with pkgs; [