php84Extensions.opentelemetry: 1.1.0beta2 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-10-03 03:28:18 +00:00
parent 78389c563c
commit f5870a9b6d

View File

@ -5,7 +5,7 @@
}:
let
version = "1.1.0beta2";
version = "1.1.0";
in
buildPecl rec {
inherit version;
@ -15,7 +15,7 @@ buildPecl rec {
owner = "open-telemetry";
repo = "opentelemetry-php-instrumentation";
rev = version;
hash = "sha256-gZby9wr5FN5mNG9YNVqQFYloxd4ws91Mz6IPn5OAGjs=";
hash = "sha256-X3rGzKDI16W21O9BaCuvVCreuce6is+URFSa1FNcznM=";
};
sourceRoot = "${src.name}/ext";