phpExtensions.ddtrace: fix pname
The issue has been introduced in https://github.com/NixOS/nixpkgs/pull/242166
This commit is contained in:
parent
bc9b484db8
commit
9c0cf2eacf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPecl rec {
|
buildPecl rec {
|
||||||
pname = "datadog_trace";
|
pname = "ddtrace";
|
||||||
version = "0.89.0";
|
version = "0.89.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue