1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

php81Extensions.opentelemetry: 1.0.3 -> 1.1.0beta2

This commit is contained in:
R. Ryantm 2024-09-08 23:35:22 +00:00
parent ca5bcf3dcf
commit 7205ceb0c5

View file

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