php81Extensions.datadog_trace: 0.94.0 -> 0.95.0

This commit is contained in:
R. Ryantm 2023-12-17 17:22:08 +00:00
parent b77e9f0ecc
commit bfbebb4158
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 {