Merge pull request #275030 from r-ryantm/auto-update/php81Extensions.datadog_trace

php81Extensions.datadog_trace: 0.94.0 -> 0.95.0
This commit is contained in:
Pol Dellaiera 2023-12-18 08:26:41 +01:00 committed by GitHub
commit 1026f54cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -678,7 +678,7 @@ dependencies = [
[[package]]
name = "datadog-php-profiling"
version = "0.94.0"
version = "0.95.0"
dependencies = [
"ahash 0.8.3",
"anyhow",
@ -702,6 +702,7 @@ dependencies = [
"perfcnt",
"rand 0.8.5",
"rand_distr",
"serde_json",
"uuid",
]

View file

@ -13,14 +13,14 @@
buildPecl rec {
pname = "ddtrace";
version = "0.94.0";
version = "0.95.0";
src = fetchFromGitHub {
owner = "DataDog";
repo = "dd-trace-php";
rev = version;
fetchSubmodules = true;
hash = "sha256-1EdA68zynm0M4NJH8kFmrtprUzWpjObarxNigY8viY8=";
hash = "sha256-NKlSTpC06FKc1eyz/QaoavPFxn8tq6UXtlUjqtC4S6w=";
};
cargoDeps = rustPlatform.importCargoLock {