mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
php84Extensions.opentelemetry: 1.1.0beta2 -> 1.1.0
This commit is contained in:
parent
78389c563c
commit
f5870a9b6d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user