php8{1-3}Extensions.datadog_trace: use fetchCargoVendor

This commit is contained in:
Piotr Kwiecinski
2025-01-19 14:05:50 +01:00
parent 84ed163a93
commit bd46f57740
2 changed files with 3 additions and 3611 deletions
File diff suppressed because it is too large Load Diff
@@ -24,11 +24,9 @@ buildPecl rec {
hash = "sha256-Kx2HaWvRT+mFIs0LAAptx6nm9DQ83QEuyHNcEPEr7A4=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"datadog-profiling-5.0.0" = "sha256-/Z1vGpAHpU5EO80NXnzyAHN4s3iyA1jOquBS8MH1nOo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-cwhE6M8r8QnrIiNgEekI25GcKTByySrZsigPd9/Fq7o=";
};
env.NIX_CFLAGS_COMPILE = "-O2";