Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
ad092226a5 phpExtensions.swoole: 6.1.7 -> 6.1.8 2026-04-28 22:26:22 +00:00
R. Ryantm
3f5cc49c81 phpExtensions.swoole: 6.1.6 -> 6.1.7 2026-03-01 04:39:32 +00:00
Philip Taron
86fa73ce80 php85: init at 8.5.2 (#481104)
Skipping the merge queue to allow the ratchet to go back a notch.
2026-01-27 07:45:33 -08:00
Piotr Kwiecinski
87abcfbc67 php85Extensions.swoole: mark as broken 2026-01-18 13:04:53 +01:00
R. Ryantm
fd7accae30 phpExtensions.swoole: 6.0.2 -> 6.1.6 2025-12-29 14:22:32 +00: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
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
8878aeb324 phpExtensions.swoole: 6.0.1 -> 6.0.2 2025-03-23 22:07:31 +00:00
R. Ryantm
f10bc7af57 phpExtensions.swoole: 6.0.0 -> 6.0.1 2025-02-14 19:35:21 +00:00
Piotr Kwiecinski
e9a4448adb php84Extensions.swoole: remove broken
version 6.0.0+ is compatible with php 8.4+
2024-12-17 20:28:45 +01:00
R. Ryantm
d30ee5a8ef phpExtensions.swoole: 5.1.2 -> 6.0.0 2024-12-17 08:06:55 +00:00
Maximilian Bosch
c54778b345 php84Extensions.swoole: mark as broken
https://hydra.nixos.org/build/276557313

We have to await version 6.0 to support PHP 8.4.
2024-11-01 18:33:23 +01: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
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
Andrew Warren-Love
c89e846875 phpExtensions.swoole: 5.0.3 -> 5.1.2 2024-02-08 09:32:29 +01:00
R. Ryantm
741eb276a8 php80Extensions.swoole: 5.0.1 -> 5.0.3 2023-04-28 19:13:00 +00:00
Pol Dellaiera
0ded0f9be1 php.extensions.swoole: update src attribute
So it can be automatically updated with `nix-update`
2022-12-29 18:21:57 +01:00
Elis Hirwing
9c24dbf8b2 php.extensions.swoole: 4.8.11 -> 5.0.1 2022-11-12 12:40:52 +01:00
R. Ryantm
6f62954e1c php80Extensions.swoole: 4.8.8 -> 4.8.11 2022-08-01 06:27:15 +00:00
Pol Dellaiera
47c4c68fdf php: Remove fixes for abandoned PHP versions 2022-05-15 19:17:31 +02:00
R. Ryantm
0a5b57f7ec php74Extensions.swoole: 4.8.7 -> 4.8.8 2022-03-18 22:08:26 +00:00
R. Ryantm
b9c1df1c6a php74Extensions.swoole: 4.8.6 -> 4.8.7 2022-03-02 02:57:26 +00:00
R. Ryantm
466cc46190 php74Extensions.swoole: 4.8.5 -> 4.8.6 2022-02-13 05:33:15 +00:00
R. Ryantm
89b1a50a9c php74Extensions.swoole: 4.8.4 -> 4.8.5 2022-01-02 03:11:11 +00:00
R. Ryantm
e0329cf0e1 php74Extensions.swoole: 4.8.3 -> 4.8.4 2021-12-25 10:23:46 +00:00
R. Ryantm
a93106d0d2 php74Extensions.swoole: 4.6.7 -> 4.8.3 2021-12-08 09:16:04 +00:00
Tristan Pemble
4d84ca88ce Fix Swoole PHP extension on Darwin by marking Valgrind as an optional dependency 2021-08-17 14:54:10 -07:00
Elis Hirwing
2fc9594844 php.extensions.swoole: 4.6.4 -> 4.6.7 2021-06-10 09:20:35 +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
Elis Hirwing
7b44695658 php.extensions.swoole: init at 4.6.4 2021-03-11 18:17:45 +01:00