php81Extensions.opentelemetry: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-05-05 16:07:54 +00:00
parent 0b98d1a4f1
commit 0efa693b71

View File

@ -5,7 +5,7 @@
}:
let
version = "1.0.2";
version = "1.0.3";
in
buildPecl rec {
inherit version;
@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-w6Gkjh9+I6KlQyztv4o1XZ6nJ+Yn4wXXN6nma8/dLTU=";
hash = "sha256-KqLbKnAHxXbldNYVN7eMQ7NdZmPecu0UKHQdlUm7Ur0=";
};
sourceRoot = "${src.name}/ext";