phpExtensions.opentelemetry: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-10-02 10:13:59 +00:00
parent 41b88f48c1
commit 50f1db7153
@@ -5,7 +5,7 @@
}:
let
version = "1.2.0";
version = "1.2.1";
in
buildPecl rec {
inherit version;
@@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-fZT6Mr+RD3HBN+OBnErX1pvSyAGyLP6H66/QdCavnHc=";
hash = "sha256-zUrcikGB3O44ihcw2zOAhInfgF+sXT+Xl2lF7XJphzY=";
};
sourceRoot = "${src.name}/ext";