opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02d083395957fc85e12d231bb536e451)
This commit is contained in:
12
pkgs/development/libraries/opentracing-cpp/default.nix
Normal file
12
pkgs/development/libraries/opentracing-cpp/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ stdenv, fetchFromGitHub, cmake }:
|
||||
stdenv.mkDerivation {
|
||||
name = "opentracing-cpp";
|
||||
src = fetchFromGitHub {
|
||||
owner = "opentracing";
|
||||
repo = "opentracing-cpp";
|
||||
rev = "v1.5.0";
|
||||
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
|
||||
};
|
||||
buildInputs = [ cmake ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user