php8{1-3}Extensions.datadog_trace: use fetchCargoVendor
This commit is contained in:
-3606
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";
|
||||
|
||||
Reference in New Issue
Block a user