mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #309300 from r-ryantm/auto-update/php81Extensions.opentelemetry
php81Extensions.opentelemetry: 1.0.2 -> 1.0.3
This commit is contained in:
commit
5adc4475fe
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user