phpExtensions.opentelemetry: 1.1.3 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-07-16 17:13:27 +00:00
parent 879fae2fb5
commit 99cf2789b4

View File

@@ -5,7 +5,7 @@
}:
let
version = "1.1.3";
version = "1.2.0";
in
buildPecl rec {
inherit version;
@@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-Vrmutn2A83DuXH5E+jPGPLW0brb7gKGfPGUKQHxvz5U=";
hash = "sha256-fZT6Mr+RD3HBN+OBnErX1pvSyAGyLP6H66/QdCavnHc=";
};
sourceRoot = "${src.name}/ext";