Merge pull request #57350 from r-ryantm/auto-update/opentracing-cpp

opentracing-cpp: 1.5.0 -> 1.5.1
This commit is contained in:
Rob Vermaas 2019-03-20 09:52:41 +01:00 committed by GitHub
commit c254bb6c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];