phpExtensions.opentelemetry: 1.0.0 -> 1.0.1

This commit is contained in:
Gaël Reyrol 2024-02-05 09:25:06 +01:00
parent fd5ee6d9f5
commit 64054871bd
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.0";
version = "1.0.1";
in buildPecl {
inherit version;
pname = "opentelemetry";
@ -10,7 +10,7 @@ in buildPecl {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-uCsm2vsxXfbEH9spCgWHhmqzyRH9k8kqIAIdQk5CNYg=";
hash = "sha256-VHUzRhTtHygHoW+poItaphV+mxe4rmmSfGgesUgPz8Q=";
};
sourceRoot = "source/ext";