lol

cpp-hocon: 0.1.5 -> 0.1.6

authored by

Kranium Gikos Mendoza and committed by
Orivej Desh
c9be5ced 864f9a8d

+4 -2
+4 -2
pkgs/development/libraries/cpp-hocon/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "cpp-hocon-${version}"; 5 - version = "0.1.5"; 6 7 src = fetchFromGitHub { 8 - sha256 = "0fc5468458mz572nbp45x5sblp6dsb4d1b6jqv77zf3mx5xyziz7"; 9 rev = version; 10 repo = "cpp-hocon"; 11 owner = "puppetlabs"; ··· 14 nativeBuildInputs = [ cmake ]; 15 16 buildInputs = [ boost curl leatherman ]; 17 18 meta = with stdenv.lib; { 19 inherit (src.meta) homepage;
··· 2 3 stdenv.mkDerivation rec { 4 name = "cpp-hocon-${version}"; 5 + version = "0.1.6"; 6 7 src = fetchFromGitHub { 8 + sha256 = "0qf2nqp28ahypnzjrr37f54i06ylni40y18q9kwp5s7i5cwbjqgc"; 9 rev = version; 10 repo = "cpp-hocon"; 11 owner = "puppetlabs"; ··· 14 nativeBuildInputs = [ cmake ]; 15 16 buildInputs = [ boost curl leatherman ]; 17 + 18 + enableParallelBuilding = true; 19 20 meta = with stdenv.lib; { 21 inherit (src.meta) homepage;