phpExtensions.opentelemetry: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2025-05-18 23:28:34 +00:00
parent 464167831a
commit 36b43931e3

View File

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