phpExtensions.opentelemetry: 1.0.0beta6 -> 1.0.0beta7
This commit is contained in:
parent
9f10c1bb7c
commit
321f0e19d2
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, buildPecl, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
version = "1.0.0beta6";
|
||||
version = "1.0.0beta7";
|
||||
in buildPecl {
|
||||
inherit version;
|
||||
pname = "opentelemetry";
|
||||
|
@ -10,9 +10,11 @@ in buildPecl {
|
|||
owner = "open-telemetry";
|
||||
repo = "opentelemetry-php-instrumentation";
|
||||
rev = version;
|
||||
hash = "sha256-dbyFb+Wh4thbnwASgPuQ4ceeke6NDMFLvNXjp66hLCM=";
|
||||
hash = "sha256-FDCgRN+aV9c6ceKszrHDBmi14dEhrirlU8cbYrmIGdY=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/ext";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue