phpExtensions.opentelemetry: 1.2.1 -> 1.3.1 (#506790)

This commit is contained in:
Pol Dellaiera 2026-04-05 09:04:41 +00:00 committed by GitHub
commit ab213422cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
}:
let
version = "1.2.1";
version = "1.3.1";
in
buildPecl rec {
inherit version;
@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-zUrcikGB3O44ihcw2zOAhInfgF+sXT+Xl2lF7XJphzY=";
hash = "sha256-L58QiuwCIaNPzeh+E7/16kgUNa7vfHCowU7eDKiiImc=";
};
sourceRoot = "${src.name}/ext";