opentracing-cpp: 1.5.0 -> 1.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opentracing-cpp/versions
This commit is contained in:
R. RyanTM 2019-03-11 00:56:34 -07:00
parent 213d6dd6ac
commit ac1002f27e

View file

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
name = "opentracing-cpp-${version}";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "opentracing";
repo = "opentracing-cpp";
rev = "v${version}";
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
sha256 = "04kw19g8qrv3kd40va3sqbfish7kfczkdpxdwraifk9950wfs3gx";
};
buildInputs = [ cmake ];