php81Extensions.datadog_trace: 0.93.1 -> 0.94.0

This commit is contained in:
R. Ryantm
2023-11-27 02:40:01 +00:00
parent b9bab33a7e
commit 1b732db24b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -678,7 +678,7 @@ dependencies = [
[[package]]
name = "datadog-php-profiling"
version = "0.93.1"
version = "0.94.0"
dependencies = [
"ahash 0.8.3",
"anyhow",
@@ -13,14 +13,14 @@
buildPecl rec {
pname = "ddtrace";
version = "0.93.1";
version = "0.94.0";
src = fetchFromGitHub {
owner = "DataDog";
repo = "dd-trace-php";
rev = version;
fetchSubmodules = true;
hash = "sha256-eiqwcSDwxkuYEsseHdjBE3KFnTnD/7BMyz/DNVAKUIA=";
hash = "sha256-1EdA68zynm0M4NJH8kFmrtprUzWpjObarxNigY8viY8=";
};
cargoDeps = rustPlatform.importCargoLock {