mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nginx-opentracing: init at 0.7.0
This commit is contained in:
parent
0b695b6682
commit
9d6184f1bc
@ -131,6 +131,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
opentracing = {
|
||||
src =
|
||||
let src' = fetchFromGitHub {
|
||||
owner = "opentracing-contrib";
|
||||
repo = "nginx-opentracing";
|
||||
rev = "v0.7.0";
|
||||
sha256 = "16jzxhhsyfjaxb50jy5py9ppscidfx1shvc29ihldp0zs6d8khma";
|
||||
};
|
||||
in "${src'}/opentracing";
|
||||
inputs = [ pkgs.opentracing-cpp ];
|
||||
};
|
||||
|
||||
pagespeed =
|
||||
let
|
||||
version = pkgs.psol.version;
|
||||
|
Loading…
Reference in New Issue
Block a user