cpp-hocon: 0.1.5 -> 0.1.6

This commit is contained in:
Kranium Gikos Mendoza 2017-09-25 20:59:41 +10:00 committed by Orivej Desh
parent 864f9a8df5
commit c9be5ced8f

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cpp-hocon-${version}"; name = "cpp-hocon-${version}";
version = "0.1.5"; version = "0.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "0fc5468458mz572nbp45x5sblp6dsb4d1b6jqv77zf3mx5xyziz7"; sha256 = "0qf2nqp28ahypnzjrr37f54i06ylni40y18q9kwp5s7i5cwbjqgc";
rev = version; rev = version;
repo = "cpp-hocon"; repo = "cpp-hocon";
owner = "puppetlabs"; owner = "puppetlabs";
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ boost curl leatherman ]; buildInputs = [ boost curl leatherman ];
enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = " A C++ port of the Typesafe Config library"; description = " A C++ port of the Typesafe Config library";