mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
phpExtensions.datadog_trace: cleanup
This commit is contained in:
parent
8ad3176fba
commit
355a7527cc
@ -7,7 +7,7 @@ buildPecl rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "DataDog";
|
||||
repo = "dd-trace-php";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "sha256-AYRBzE0Detg/IHXYutZUfPRMtfthxdkSjqD0M+VcTpY=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user