Maximilian Bosch
fd745b365f
phpExtensions.zstd: 0.15.2 -> 0.18.0 ( #531354 )
2026-08-15 14:54:01 +00:00
Maximilian Bosch
1b4d03e767
treewide: Drop a lot of dasj maintainership ( #551903 )
2026-08-15 14:42:25 +00:00
R. Ryantm
4d0228251e
phpExtensions.zstd: 0.15.2 -> 0.18.0
2026-08-14 13:38:40 +00:00
Janne Heß
5a6d0ee976
treewide: Drop a lot of my maintainership
...
I do not have the time or energy to handle all of this. Let alone my
GitHub notifications. This PR is in good faith and does not refer to
anything community-related. I will keep on doing nixpkgs work but the
pile of shame (let's call it that) needs to be cleaned. Thanks to
@mweinelt which whom I had a discussion and who made me aware of this
issue.
2026-08-12 16:24:54 +02:00
R. Ryantm
10f9df5140
phpExtensions.relay: 0.30.0 -> 0.40.0
2026-08-05 06:25:09 +00:00
Gabriel Ostrolucký
545b8a85ef
phpExtensions.relay: discover Homebrew dylib paths on Darwin instead of hardcoding them
...
The install_name_tool remap list hardcoded exact Homebrew paths and
versions (e.g. hiredis 1.3.0, concurrencykit's opt path) that relay.so
happened to be linked against upstream. These went stale whenever
relay or one of its dependencies bumped versions or paths changed,
leaving relay.so silently referencing missing /opt/homebrew libraries
and failing to load at runtime on Darwin.
Discover the actual references via `otool -L` and remap each by
matching its basename to the corresponding Nix package, failing loudly
if an unrecognized library shows up instead of silently no-opping.
2026-07-29 14:26:46 +02:00
Jo
134518cebe
treewide: avoid using singleton lists for licenses ( #535754 )
2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad
treewide: replace more singleton license lists
2026-07-15 14:04:39 -04:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
nixpkgs-ci[bot]
65cd8d15e7
Merge master into staging-next
2026-07-03 00:37:07 +00:00
patka
2aceefaa88
phpPackages.composer: 2.10.1 -> 2.10.2
2026-07-02 22:15:36 +02:00
nixpkgs-ci[bot]
45908f8f52
Merge master into staging-next
2026-06-29 00:46:48 +00:00
R. Ryantm
43a579fdae
phpPackages.grumphp: 2.21.0 -> 2.22.0
2026-06-28 13:38:20 +00:00
nixpkgs-ci[bot]
a6b07b4944
Merge master into staging-next
2026-06-28 12:29:56 +00:00
Pol Dellaiera
f135e08779
phpPackages.castor: 1.3.0 -> 1.5.0 ( #516671 )
2026-06-28 10:05:36 +00:00
Pol Dellaiera
67ac5db02e
phpPackages.phan: 6.0.5 -> 6.0.7 ( #535623 )
2026-06-28 10:03:09 +00:00
nixpkgs-ci[bot]
ad02fbaf7f
Merge staging-next into staging
2026-06-26 12:45:49 +00:00
R. Ryantm
8f4893674e
phpPackages.phan: 6.0.5 -> 6.0.7
2026-06-26 12:24:14 +00:00
Jo
d7c98f4d1e
phpExtensions.relay: 0.21.0 -> 0.30.0 ( #518188 )
2026-06-26 12:22:50 +00:00
nixpkgs-ci[bot]
15ac393dce
Merge staging-next into staging
2026-06-22 13:54:31 +00:00
Pol Dellaiera
85899a6de9
php.extensions.pdo_sqlsrv, php.extensions.sqlsrv: 5.10.1/5.12.0 -> 5.13.0 ( #514726 )
2026-06-22 12:33:00 +00:00
R. Ryantm
4a7fd66a71
phpExtensions.relay: 0.21.0 -> 0.30.0
2026-06-21 19:03:08 +00:00
dotlambda
9302112c2b
libmemcached: 1.0.18 -> 1.1.4 ( #529215 )
2026-06-14 00:45:56 +00:00
R. Ryantm
ba5ae1ad5a
phpExtensions.xdebug: 3.5.1 -> 3.5.3
2026-06-12 04:34:03 +00:00
Pol Dellaiera
2b5a0796e3
phpExtensions.relay Fix wrong dylib mapping in Darwin ( #519155 )
2026-06-11 09:36:46 +00:00
Robert Schütz
0c743500cb
phpExtensions.memcached: drop superfluous configure flag
2026-06-07 11:13:55 -07:00
patka
4736e5e55f
phpPackages.composer: 2.10.0 -> 2.10.1
2026-06-04 18:26:46 +02:00
R. Ryantm
b2cecf4c8b
phpPackages.grumphp: 2.20.0 -> 2.21.0
2026-06-01 21:14:22 +00:00
R. Ryantm
c36bf848a5
phpPackages.castor: 1.3.0 -> 1.5.0
2026-05-30 15:37:29 +00:00
Pol Dellaiera
3024fbac7b
phpPackages.composer: 2.9.8 -> 2.10.0 ( #525197 )
2026-05-28 16:45:45 +00:00
Pol Dellaiera
73195e42ae
phpPackages.composer: 2.9.8 -> 2.10.0
2026-05-28 14:26:01 +02:00
Pol Dellaiera
a5ffdfbe92
phpExtensions.amqp: move env variable into env for structuredAttrs ( #524075 )
2026-05-25 16:45:34 +00:00
Sigmanificient
1ac91f69af
phpExtensions.smbclient: move env variable into env for structuredAttrs
2026-05-25 18:02:51 +02:00
Sigmanificient
73c55047b4
phpExtensions.amqp: move env variable into env for structuredAttrs
2026-05-25 17:59:24 +02:00
R. Ryantm
50ec0ab02a
phpExtensions.mongodb: 2.3.1 -> 2.3.3
2026-05-22 09:15:33 +00:00
Weijia Wang
c09b75d39c
hiredis: 1.2.0 -> 1.3.0, adopt ( #517392 )
2026-05-16 11:46:50 +00:00
Patka
5402ad11de
phpPackages.composer: 2.9.7 -> 2.9.8
2026-05-13 20:32:32 +02:00
Gabriel Ostrolucký
a4112cd368
phpExtensions.relay: Fix wrong dylib mapping in Darwin
2026-05-11 23:29:37 +02:00
Pol Dellaiera
265f6f9026
datadog_trace: 1.16.0 -> 1.19.2 ( #517733 )
2026-05-10 09:27:11 +00:00
Pol Dellaiera
76827427c5
phpExtensions.mongodb: 2.2.1 -> 2.3.1 ( #516840 )
2026-05-08 12:36:31 +00:00
Jared Biel
459a13da1b
datadog_trace: 1.16.0 -> 1.19.2
2026-05-07 10:40:38 -05:00
Hythera
8318bd7dbf
hiredis: 1.2.0 -> 1.3.0
...
changelog: https://github.com/redis/hiredis/releases/tag/v1.3.0
diff: https://github.com/redis/hiredis/compare/v1.2.0...v1.3.0
2026-05-06 20:53:51 +02:00
Pol Dellaiera
1c6764f0f1
php85Extensions.grpc: unbreak for PHP 8.5 ( #514008 )
2026-05-06 15:07:01 +00:00
R. Ryantm
11584265bb
phpExtensions.mongodb: 2.2.1 -> 2.3.1
2026-05-05 12:03:22 +00:00
Pol Dellaiera
1d69d32b43
phpExtensions.swoole: 6.1.7 -> 6.1.8 ( #514573 )
2026-04-30 11:59:29 +00:00
Chad Gregory
e218e534c4
php.extensions.pdo_sqlsrv, php.extensions.sqlsrv: fix formatting
2026-04-29 12:58:36 +00:00
Chad Gregory
89d745e6df
php.extensions.pdo_sqlsrv, php.extensions.sqlsrv: 5.10.1/5.12.0 -> 5.13.0
2026-04-29 12:48:50 +00:00
Piotr Kwiecinski
4e61398e4d
phpExtensions.ioncube-loader: 14.4.1 -> 15.5.0
2026-04-29 12:06:45 +02:00
R. Ryantm
ad092226a5
phpExtensions.swoole: 6.1.7 -> 6.1.8
2026-04-28 22:26:22 +00:00
Laurent Arnoud
0c4e77908e
php85Extensions.grpc: unbreak for PHP 8.5
...
grpc 1.80.0 supports PHP 8.5. Remove the broken flag.
2026-04-28 07:17:51 +00:00