phpExtensions.opentelemetry: 1.0.0beta6 -> 1.0.0beta7

This commit is contained in:
Gaël Reyrol 2023-09-05 08:49:58 +02:00
parent 9f10c1bb7c
commit 321f0e19d2
No known key found for this signature in database
GPG Key ID: DFB9B69A2C427F61

View File

@ -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; {