Merge pull request #283296 from r-ryantm/auto-update/php81Extensions.datadog_trace
php81Extensions.datadog_trace: 0.96.0 -> 0.97.0
This commit is contained in:
commit
9d29b95079
2 changed files with 3 additions and 3 deletions
|
@ -678,7 +678,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "datadog-php-profiling"
|
name = "datadog-php-profiling"
|
||||||
version = "0.96.0"
|
version = "0.97.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.8.3",
|
"ahash 0.8.3",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
buildPecl rec {
|
buildPecl rec {
|
||||||
pname = "ddtrace";
|
pname = "ddtrace";
|
||||||
version = "0.96.0";
|
version = "0.97.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DataDog";
|
owner = "DataDog";
|
||||||
repo = "dd-trace-php";
|
repo = "dd-trace-php";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-SXhva2acXIOuru8tTdRt5OU3Pce5eHm6SOn/y7N3ZIs=";
|
hash = "sha256-Kx2HaWvRT+mFIs0LAAptx6nm9DQ83QEuyHNcEPEr7A4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.importCargoLock {
|
cargoDeps = rustPlatform.importCargoLock {
|
||||||
|
|
Loading…
Reference in a new issue