Skip to content

Commit

Permalink
nginx-opentracing: init at 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Oct 23, 2018
1 parent 0b695b6 commit 9d6184f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9d6184f

Please sign in to comment.