summaryrefslogtreecommitdiff
path: root/pkgs/development/php-packages/mongodb
AgeCommit message (Collapse)Author
2 daysphpExtensions.mongodb: 2.3.1 -> 2.3.3R. Ryantm
2026-05-05phpExtensions.mongodb: 2.2.1 -> 2.3.1R. Ryantm
2026-02-20phpExtensions.mongodb: 2.2.0 -> 2.2.1R. Ryantm
2026-02-12phpExtensions.mongodb: 2.1.8 -> 2.2.0R. Ryantm
2026-02-05phpExtensions.mongodb: 2.1.7 -> 2.1.8R. Ryantm
2026-01-29phpExtensions.mongodb: 2.1.4 -> 2.1.7R. Ryantm
2025-10-14phpExtensions.mongodb: 2.1.3 -> 2.1.4R. Ryantm
2025-10-08phpExtensions.mongodb: 2.1.1 -> 2.1.3R. Ryantm
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-06-15phpExtensions.mongodb: 2.1.0 -> 2.1.1R. Ryantm
2025-05-26phpExtensions.mongodb: 2.0.0 -> 2.1.0R. Ryantm
2025-04-26Merge remote-tracking branch 'origin/master' into staging-nextK900
2025-04-25treewide: switch instances of lib.teams.*.members to the new meta.teams ↵Fernando Rodrigues
attribute Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-19treewide: remove usage of deprecated apple_sdk framework stubsIhar Hrachyshka
They are not doing anything right now. This is in preparation for their complete removal from the tree. Note: several changes that affect the derivation inputs (e.g. removal of references to stub paths in build instructions) were left out. They will be cleaned up the next iteration and will require special care. Note: this PR is a result of a mix of ugly regex (not AST) based automation and some manual labor. For reference, the regex automation part was hacked in: https://github.com/booxter/nix-clean-apple_sdk Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-13phpExtensions.mongodb: 1.21.0 -> 2.0.0R. Ryantm
2025-04-08Revert "treewide: replace `rev` with `tag`"Winter
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
2025-04-07treewide: replace `rev` with `tag`Pol Dellaiera
2025-03-12phpExtensions.mongodb: 1.20.1 -> 1.21.0R. Ryantm
2024-11-28php84Extensions.mongodb: 1.20.0 -> 1.20.1R. Ryantm
2024-09-25php84Extensions.mongodb: 1.19.4 -> 1.20.0R. Ryantm
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
2024-09-09php82Extensions.mongodb: 1.19.3 -> 1.19.4R. Ryantm
2024-06-17php83Extensions.mongodb: 1.19.2 -> 1.19.3R. Ryantm
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-07php82Extensions.mongodb: 1.19.1 -> 1.19.2R. Ryantm
2024-05-29php83Extensions.mongodb: 1.19.0 -> 1.19.1R. Ryantm
2024-05-14php82Extensions.mongodb: 1.18.1 -> 1.19.0R. Ryantm
2024-05-04workflows/check-nix-format: enforce for php-packagesPol Dellaiera
2024-04-12php81Extensions.mongodb: 1.18.0 -> 1.18.1R. Ryantm
2024-03-28php83Extensions.mongodb: 1.17.3 -> 1.18.0R. Ryantm
2024-03-16php82Extensions.mongodb: 1.17.2 -> 1.17.3R. Ryantm
2023-12-27php81Extensions.mongodb: 1.17.1 -> 1.17.2R. Ryantm
2023-12-17php81Extensions.mongodb: 1.16.2 -> 1.17.1R. Ryantm
2023-09-25php81Extensions.mongodb: 1.16.1 -> 1.16.2R. Ryantm
2023-07-10phpExtensions.mongodb: prevent `buildPecl` to always use the same version of PHPPol Dellaiera
2023-07-10phpExtensions.mongodb: 1.15.0 -> 1.16.1Pol Dellaiera
2022-12-23php80Extensions.mongodb: 1.14.2 -> 1.15.0R. Ryantm
2022-11-12php.extensions.mongodb: 1.14.1 -> 1.14.2Elis Hirwing
2022-09-23php80Extensions.mongodb: 1.14.0 -> 1.14.1R. Ryantm
2022-08-01php80Extensions.mongodb: 1.13.0 -> 1.14.0R. Ryantm
2022-03-27php74Extensions.mongodb: 1.12.1 -> 1.13.0R. Ryantm
2022-02-27php74Extensions.mongodb: 1.12.0 -> 1.12.1R. Ryantm
2021-12-23php74Extensions.mongodb: 1.11.1 -> 1.12.0R. Ryantm
2021-12-08php74Extensions.mongodb: 1.9.1 -> 1.11.1R. Ryantm
2021-06-26php: Run nixpkgs-fmt on all php related filesElis Hirwing
2021-06-09php.extensions.mongodb: 1.9.0 -> 1.9.1Elis Hirwing
2021-06-08php.extensions: Add missing meta infoElis Hirwing
2021-06-04php: Drop PHP 7.3 supportElis Hirwing
PHP 7.3 won't be supported by upstream for the entire life cycle of the 21.11 release. Also drop the pcre' alias since it isn't needed anymore since we don't need different pcre versions anymore.
2021-02-27php-packages/mongodb: fix evaluation on darwinVladimír Čunát
Regressed in 5ad7fb28 (PR #114551). It was a channel blocker, through the tarball job: https://hydra.nixos.org/build/137987705
2021-02-27treewide/php-packages: Drop pkgs from arguments to packagesElis Hirwing