php84Extensions.opentelemetry: 1.1.0beta2 -> 1.1.0 (#346057)

This commit is contained in:
Pol Dellaiera 2024-10-03 08:14:03 +02:00 committed by GitHub
commit d4712e51ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";