mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
phpExtensions.opentelemetry: 1.2.1 -> 1.3.1 (#506790)
This commit is contained in:
commit
ab213422cc
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.2.1";
|
||||
version = "1.3.1";
|
||||
in
|
||||
buildPecl rec {
|
||||
inherit version;
|
||||
|
|
@ -15,7 +15,7 @@ buildPecl rec {
|
|||
owner = "open-telemetry";
|
||||
repo = "opentelemetry-php-instrumentation";
|
||||
rev = version;
|
||||
hash = "sha256-zUrcikGB3O44ihcw2zOAhInfgF+sXT+Xl2lF7XJphzY=";
|
||||
hash = "sha256-L58QiuwCIaNPzeh+E7/16kgUNa7vfHCowU7eDKiiImc=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/ext";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue