mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2
This commit is contained in:
parent
ca5bcf3dcf
commit
7205ceb0c5
@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.0.3";
|
||||
version = "1.1.0beta2";
|
||||
in
|
||||
buildPecl rec {
|
||||
inherit version;
|
||||
@ -15,7 +15,7 @@ buildPecl rec {
|
||||
owner = "open-telemetry";
|
||||
repo = "opentelemetry-php-instrumentation";
|
||||
rev = version;
|
||||
hash = "sha256-KqLbKnAHxXbldNYVN7eMQ7NdZmPecu0UKHQdlUm7Ur0=";
|
||||
hash = "sha256-gZby9wr5FN5mNG9YNVqQFYloxd4ws91Mz6IPn5OAGjs=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/ext";
|
||||
|
Loading…
Reference in New Issue
Block a user