Merge pull request #303437 from r-ryantm/auto-update/php81Extensions.opentelemetry

php81Extensions.opentelemetry: 1.0.1 -> 1.0.2
This commit is contained in:
Pol Dellaiera 2024-04-12 08:24:03 +02:00 committed by GitHub
commit b0f616c86a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, buildPecl, fetchFromGitHub }:
let
version = "1.0.1";
version = "1.0.2";
in buildPecl rec {
inherit version;
pname = "opentelemetry";
@ -10,7 +10,7 @@ in buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-VHUzRhTtHygHoW+poItaphV+mxe4rmmSfGgesUgPz8Q=";
hash = "sha256-w6Gkjh9+I6KlQyztv4o1XZ6nJ+Yn4wXXN6nma8/dLTU=";
};
sourceRoot = "${src.name}/ext";