nginx-opentracing: init at 0.7.0
(cherry picked from commit 9d6184f1bcd2a57db31c48fd0e1847147d44715a)
This commit is contained in:
parent
a286d29399
commit
75167083e5
@ -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 =
|
pagespeed =
|
||||||
let
|
let
|
||||||
version = pkgs.psol.version;
|
version = pkgs.psol.version;
|
||||||
|
Loading…
Reference in New Issue
Block a user