Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
0efa693b71 php81Extensions.opentelemetry: 1.0.2 -> 1.0.3 2024-05-05 16:07:54 +00:00
Pol Dellaiera
c759efa5e7
workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
Pol Dellaiera
93a10e1b2d
phpPackages.opentelemetry: fix builds on Darwin
This should fix https://github.com/NixOS/nixpkgs/issues/304809
Issue introduced in a399db4352
2024-04-18 07:32:16 +02:00
R. Ryantm
a399db4352 php81Extensions.opentelemetry: 1.0.1 -> 1.0.2 2024-04-11 19:49:54 +00:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Gaël Reyrol
64054871bd
phpExtensions.opentelemetry: 1.0.0 -> 1.0.1 2024-02-05 09:25:06 +01:00
Gaël Reyrol
9ce6a39cac
phpExtensions.opentelemetry: 1.0.0RC3 -> 1.0.0 2023-10-25 14:39:59 +02:00
Gaël Reyrol
7fb74fbf3f
phpExtensions.opentelemetry: 1.0.0RC2 -> 1.0.0RC3 2023-10-20 10:33:39 +02:00
Gaël Reyrol
bddcc722e0
phpExtensions.opentelemetry: 1.0.0beta7 -> 1.0.0RC2 2023-10-17 15:18:20 +02:00
Gaël Reyrol
321f0e19d2
phpExtensions.opentelemetry: 1.0.0beta6 -> 1.0.0beta7 2023-09-05 11:21:48 +02:00
Gaël Reyrol
72069257bf
phpExtensions.opentelemetry: init at 1.0.0beta6 2023-08-26 10:14:07 +02:00