phpExtensions.opentelemetry: 1.1.0 -> 1.1.1 (#375456)

This commit is contained in:
Pol Dellaiera
2025-01-21 09:51:18 +01:00
committed by GitHub
@@ -5,7 +5,7 @@
}:
let
version = "1.1.0";
version = "1.1.1";
in
buildPecl rec {
inherit version;
@@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-X3rGzKDI16W21O9BaCuvVCreuce6is+URFSa1FNcznM=";
hash = "sha256-/6Sr3gLzAVzzqF3fkxI4LMDAfA4tu5DiIgdVrfHSA3w=";
};
sourceRoot = "${src.name}/ext";