mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:58:39 +00:00
nginxModules.opentracing: v0.7.0 -> v0.9.0
This commit is contained in:
parent
b590894e58
commit
cb62b1d1a8
@ -219,8 +219,8 @@ in
|
||||
let src' = fetchFromGitHub {
|
||||
owner = "opentracing-contrib";
|
||||
repo = "nginx-opentracing";
|
||||
rev = "v0.7.0";
|
||||
sha256 = "16jzxhhsyfjaxb50jy5py9ppscidfx1shvc29ihldp0zs6d8khma";
|
||||
rev = "v0.9.0";
|
||||
sha256 = "02rf1909grbhvs9mjxrv7pwgbf7b8rpjw7j8rpwxag2rgvlsic3g";
|
||||
};
|
||||
in "${src'}/opentracing";
|
||||
inputs = [ pkgs.opentracing-cpp ];
|
||||
|
Loading…
Reference in New Issue
Block a user