| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | phpExtensions.mongodb: 2.3.1 -> 2.3.3 | R. Ryantm | |
| 2026-05-05 | phpExtensions.mongodb: 2.2.1 -> 2.3.1 | R. Ryantm | |
| 2026-02-20 | phpExtensions.mongodb: 2.2.0 -> 2.2.1 | R. Ryantm | |
| 2026-02-12 | phpExtensions.mongodb: 2.1.8 -> 2.2.0 | R. Ryantm | |
| 2026-02-05 | phpExtensions.mongodb: 2.1.7 -> 2.1.8 | R. Ryantm | |
| 2026-01-29 | phpExtensions.mongodb: 2.1.4 -> 2.1.7 | R. Ryantm | |
| 2025-10-14 | phpExtensions.mongodb: 2.1.3 -> 2.1.4 | R. Ryantm | |
| 2025-10-08 | phpExtensions.mongodb: 2.1.1 -> 2.1.3 | R. Ryantm | |
| 2025-07-24 | treewide: run nixfmt 1.0.0 | Wolfgang Walther | |
| 2025-06-15 | phpExtensions.mongodb: 2.1.0 -> 2.1.1 | R. Ryantm | |
| 2025-05-26 | phpExtensions.mongodb: 2.0.0 -> 2.1.0 | R. Ryantm | |
| 2025-04-26 | Merge remote-tracking branch 'origin/master' into staging-next | K900 | |
| 2025-04-25 | treewide: 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-19 | treewide: remove usage of deprecated apple_sdk framework stubs | Ihar 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-13 | phpExtensions.mongodb: 1.21.0 -> 2.0.0 | R. Ryantm | |
| 2025-04-08 | Revert "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-07 | treewide: replace `rev` with `tag` | Pol Dellaiera | |
| 2025-03-12 | phpExtensions.mongodb: 1.20.1 -> 1.21.0 | R. Ryantm | |
| 2024-11-28 | php84Extensions.mongodb: 1.20.0 -> 1.20.1 | R. Ryantm | |
| 2024-09-25 | php84Extensions.mongodb: 1.19.4 -> 1.20.0 | R. Ryantm | |
| 2024-09-25 | treewide: 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-09 | php82Extensions.mongodb: 1.19.3 -> 1.19.4 | R. Ryantm | |
| 2024-06-17 | php83Extensions.mongodb: 1.19.2 -> 1.19.3 | R. Ryantm | |
| 2024-06-09 | treewide: Remove the definite article from meta.description | Alexis 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-07 | php82Extensions.mongodb: 1.19.1 -> 1.19.2 | R. Ryantm | |
| 2024-05-29 | php83Extensions.mongodb: 1.19.0 -> 1.19.1 | R. Ryantm | |
| 2024-05-14 | php82Extensions.mongodb: 1.18.1 -> 1.19.0 | R. Ryantm | |
| 2024-05-04 | workflows/check-nix-format: enforce for php-packages | Pol Dellaiera | |
| 2024-04-12 | php81Extensions.mongodb: 1.18.0 -> 1.18.1 | R. Ryantm | |
| 2024-03-28 | php83Extensions.mongodb: 1.17.3 -> 1.18.0 | R. Ryantm | |
| 2024-03-16 | php82Extensions.mongodb: 1.17.2 -> 1.17.3 | R. Ryantm | |
| 2023-12-27 | php81Extensions.mongodb: 1.17.1 -> 1.17.2 | R. Ryantm | |
| 2023-12-17 | php81Extensions.mongodb: 1.16.2 -> 1.17.1 | R. Ryantm | |
| 2023-09-25 | php81Extensions.mongodb: 1.16.1 -> 1.16.2 | R. Ryantm | |
| 2023-07-10 | phpExtensions.mongodb: prevent `buildPecl` to always use the same version of PHP | Pol Dellaiera | |
| 2023-07-10 | phpExtensions.mongodb: 1.15.0 -> 1.16.1 | Pol Dellaiera | |
| 2022-12-23 | php80Extensions.mongodb: 1.14.2 -> 1.15.0 | R. Ryantm | |
| 2022-11-12 | php.extensions.mongodb: 1.14.1 -> 1.14.2 | Elis Hirwing | |
| 2022-09-23 | php80Extensions.mongodb: 1.14.0 -> 1.14.1 | R. Ryantm | |
| 2022-08-01 | php80Extensions.mongodb: 1.13.0 -> 1.14.0 | R. Ryantm | |
| 2022-03-27 | php74Extensions.mongodb: 1.12.1 -> 1.13.0 | R. Ryantm | |
| 2022-02-27 | php74Extensions.mongodb: 1.12.0 -> 1.12.1 | R. Ryantm | |
| 2021-12-23 | php74Extensions.mongodb: 1.11.1 -> 1.12.0 | R. Ryantm | |
| 2021-12-08 | php74Extensions.mongodb: 1.9.1 -> 1.11.1 | R. Ryantm | |
| 2021-06-26 | php: Run nixpkgs-fmt on all php related files | Elis Hirwing | |
| 2021-06-09 | php.extensions.mongodb: 1.9.0 -> 1.9.1 | Elis Hirwing | |
| 2021-06-08 | php.extensions: Add missing meta info | Elis Hirwing | |
| 2021-06-04 | php: Drop PHP 7.3 support | Elis 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-27 | php-packages/mongodb: fix evaluation on darwin | Vladimí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-27 | treewide/php-packages: Drop pkgs from arguments to packages | Elis Hirwing | |
