Commit Graph

25 Commits

Author SHA1 Message Date
Justin Restivo
eaebe9c6c5 php84Packages.box: fix composerVendor hash
sha256-A/hAw0J4Q3kun6soxI6h7kpyGef9q0EFg8HAQHHZUro= -> sha256-K/mgYRp8vM+PC9AEJDZ9lW/XZkQ+YxHSnEY70VVX9FY=
2025-12-30 19:20:56 -05:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Maximilian Bosch
5e612de412 phpPackages.box: fix composer hash
Confirmed with diffoscope that only the composer-generated code did change.
See #451395
2025-10-17 21:51:54 +02: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
Pol Dellaiera
b10c0679ef phpPackages.box: fix versionCheckHook syntax 2025-03-24 19:38:08 +01:00
Pol Dellaiera
1afb093ed6 phpPackages.box: 4.6.2 -> 4.6.6, fix installCheck 2025-03-04 23:48:41 +01:00
Piotr Kwiecinski
77efc48642 php.packages.box: switch to buildComposerProject2, tag and add versionCheckHook (#377342)
* php.packages.box: switch to buildComposerProject2

* php.packages.box: switch to tag

* php.packages.box: add versionCheckHook
2025-01-27 18:21:29 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
cb82462b3d php81Packages.box: 4.6.1 -> 4.6.2 2024-05-14 06:53:49 +00:00
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
Patka
2e80653b74 phpPackages.box: 4.6.0 -> 4.6.1
Release notes: https://github.com/box-project/box/releases/tag/4.6.1

Signed-off-by: Patka <patka@patka.dev>
2024-02-10 11:36:48 +01:00
Pol Dellaiera
cbead7e37f phpPackages.box: use php82 2023-12-10 12:46:35 +01:00
Pol Dellaiera
886eb57ad4 phpPackages.box: 4.5.1 -> 4.6.0 2023-12-10 12:37:44 +01:00
Pol Dellaiera
b8bf2d1f0d phpPackages.box: 4.5.0 -> 4.5.1 2023-12-05 21:23:55 +01:00
Pol Dellaiera
d5ec294077 php.packages.box: 4.3.8 -> 4.5.0 2023-10-27 18:41:02 +02:00
Elis Hirwing
60c81d33d7 php.packages.box: Build from source 2023-09-24 18:08:11 +02:00
R. RyanTM
c67590170e php81Packages.box: 4.2.0 -> 4.3.8 (#241427) 2023-07-04 08:58:03 +02:00
Jan Tojnar
a2f49342d8 treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
2023-05-20 16:40:17 +02:00
Pol Dellaiera
7fc6b0e4a4 php.packages.box: 4.1.0 -> 4.2.0 2022-12-29 18:19:29 +01:00
Shyim
75bb9aeda4 phpPackages.box: 3.16.0 -> 4.1.0 2022-10-31 19:50:17 +00:00
Thomas Gerbet
3c90c28124 phpPackages.box: 2.7.5 -> 3.16.0
The source has been moved to the new upstream since Box2 is abandonned.
2022-05-12 11:42:27 +02:00
Pol Dellaiera
40195e1c4e php.packages: Add missing hooks. 2022-03-13 18:10:27 +01:00
Felix Buehler
7fdeccc7b6 php/box: deprecate phases 2021-08-01 23:59:46 +02:00
Elis Hirwing
5ad7fb28f6 treewide/php-packages: Drop pkgs from arguments to packages 2021-02-27 11:29:20 +01:00
Elis Hirwing
5c8e29da49 phpPackages.box: Move to separate directory 2020-10-11 17:03:34 +02:00