Commit Graph

55 Commits

Author SHA1 Message Date
R. Ryantm
50ec0ab02a phpExtensions.mongodb: 2.3.1 -> 2.3.3 2026-05-22 09:15:33 +00:00
R. Ryantm
11584265bb phpExtensions.mongodb: 2.2.1 -> 2.3.1 2026-05-05 12:03:22 +00:00
R. Ryantm
e338bdb748 phpExtensions.mongodb: 2.2.0 -> 2.2.1 2026-02-20 02:03:46 +00:00
R. Ryantm
e7efd7aae8 phpExtensions.mongodb: 2.1.8 -> 2.2.0 2026-02-12 10:52:38 +00:00
R. Ryantm
b33ae2d702 phpExtensions.mongodb: 2.1.7 -> 2.1.8 2026-02-05 13:37:43 +00:00
R. Ryantm
5b1a4bd74f phpExtensions.mongodb: 2.1.4 -> 2.1.7 2026-01-29 08:47:41 +00:00
R. Ryantm
1579b2f972 phpExtensions.mongodb: 2.1.3 -> 2.1.4 2025-10-14 18:13:42 +00:00
R. Ryantm
b74a5d84e4 phpExtensions.mongodb: 2.1.1 -> 2.1.3 2025-10-08 10:13:42 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
cfd33e3850 phpExtensions.mongodb: 2.1.0 -> 2.1.1 2025-06-15 22:09:36 +00:00
R. Ryantm
c5a5348915 phpExtensions.mongodb: 2.0.0 -> 2.1.0 2025-05-26 03:31:40 +00:00
K900
f96ac2dcd6 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-26 09:07:48 +03:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
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-19 20:28:20 -04:00
R. Ryantm
38026753c0 phpExtensions.mongodb: 1.21.0 -> 2.0.0 2025-04-13 09:08:56 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

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 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
0631b5d4c6 phpExtensions.mongodb: 1.20.1 -> 1.21.0 2025-03-12 14:54:30 +00:00
R. Ryantm
47866d72ca php84Extensions.mongodb: 1.20.0 -> 1.20.1 2024-11-28 03:03:19 +00:00
R. Ryantm
2d192a061a php84Extensions.mongodb: 1.19.4 -> 1.20.0 2024-09-25 10:38:09 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
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-25 00:04:37 +03:00
R. Ryantm
aa7cb03753 php82Extensions.mongodb: 1.19.3 -> 1.19.4 2024-09-09 14:43:39 +00:00
R. Ryantm
afa6cfe538 php83Extensions.mongodb: 1.19.2 -> 1.19.3 2024-06-17 13:52:27 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
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-09 23:08:46 +02:00
R. Ryantm
ab58c8b5f7 php82Extensions.mongodb: 1.19.1 -> 1.19.2 2024-06-07 03:22:21 +00:00
R. Ryantm
5b1dfed4a7 php83Extensions.mongodb: 1.19.0 -> 1.19.1 2024-05-29 04:15:55 +00:00
R. Ryantm
65b6f34941 php82Extensions.mongodb: 1.18.1 -> 1.19.0 2024-05-14 01:46:24 +00:00
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
R. Ryantm
75e43f38d5 php81Extensions.mongodb: 1.18.0 -> 1.18.1 2024-04-12 13:39:55 +00:00
R. Ryantm
d65e36e5db php83Extensions.mongodb: 1.17.3 -> 1.18.0 2024-03-28 02:37:43 +00:00
R. Ryantm
3019448f6b php82Extensions.mongodb: 1.17.2 -> 1.17.3 2024-03-16 01:38:11 +00:00
R. Ryantm
10f5b55eaf php81Extensions.mongodb: 1.17.1 -> 1.17.2 2023-12-27 11:49:14 +00:00
R. Ryantm
ca56a0908f php81Extensions.mongodb: 1.16.2 -> 1.17.1 2023-12-17 18:35:48 +00:00
R. Ryantm
c0b7516465 php81Extensions.mongodb: 1.16.1 -> 1.16.2 2023-09-25 06:06:44 +00:00
Pol Dellaiera
bcb9b2b723 phpExtensions.mongodb: prevent buildPecl to always use the same version of PHP 2023-07-10 17:03:11 +02:00
Pol Dellaiera
5416f26eee phpExtensions.mongodb: 1.15.0 -> 1.16.1 2023-07-10 14:10:24 +02:00
R. Ryantm
240ed27834 php80Extensions.mongodb: 1.14.2 -> 1.15.0 2022-12-23 01:43:25 +00:00
Elis Hirwing
c168d06921 php.extensions.mongodb: 1.14.1 -> 1.14.2 2022-11-12 12:39:35 +01:00
R. Ryantm
4da697d2a0 php80Extensions.mongodb: 1.14.0 -> 1.14.1 2022-09-23 02:01:20 +00:00
R. Ryantm
7654f26df2 php80Extensions.mongodb: 1.13.0 -> 1.14.0 2022-08-01 06:50:00 +00:00
R. Ryantm
299a75453e php74Extensions.mongodb: 1.12.1 -> 1.13.0 2022-03-27 18:36:51 +00:00
R. Ryantm
0f43432b55 php74Extensions.mongodb: 1.12.0 -> 1.12.1 2022-02-27 11:47:31 +00:00
R. Ryantm
60cd3d9a14 php74Extensions.mongodb: 1.11.1 -> 1.12.0 2021-12-23 16:39:12 +00:00
R. Ryantm
17d7c20a49 php74Extensions.mongodb: 1.9.1 -> 1.11.1 2021-12-08 05:43:34 +00:00
Elis Hirwing
94d07b7492 php: Run nixpkgs-fmt on all php related files 2021-06-26 20:07:56 +02:00
Elis Hirwing
06ea32f7bf php.extensions.mongodb: 1.9.0 -> 1.9.1 2021-06-09 20:43:22 +02:00
Elis Hirwing
e76ccc6b27 php.extensions: Add missing meta info 2021-06-08 13:49:11 +02:00
Elis Hirwing
68eb5305ac php: Drop PHP 7.3 support
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-06-04 09:26:54 +02:00
Vladimír Čunát
d2b35b0fc6 php-packages/mongodb: fix evaluation on darwin
Regressed in 5ad7fb28 (PR #114551).
It was a channel blocker, through the tarball job:
https://hydra.nixos.org/build/137987705
2021-02-27 18:46:14 +01:00
Elis Hirwing
5ad7fb28f6 treewide/php-packages: Drop pkgs from arguments to packages 2021-02-27 11:29:20 +01:00