From b9f4afa38cedaac1b426765e80f6b817e5ff357b Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 27 Jun 2018 22:45:23 -0700 Subject: [PATCH] cpp-hocon: 0.1.6 -> 0.1.7 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cpp-hocon/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.1.7 with grep in /nix/store/xvra7ffhxjj2p4j80p253jwjxgwyp1rl-cpp-hocon-0.1.7 - directory tree listing: https://gist.github.com/f58abd979d8b4e35bed032e929b39177 - du listing: https://gist.github.com/361aabaa0ba139c553980b12090a1f95 --- pkgs/development/libraries/cpp-hocon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/cpp-hocon/default.nix b/pkgs/development/libraries/cpp-hocon/default.nix index 236d634a514..1f4b43db16c 100644 --- a/pkgs/development/libraries/cpp-hocon/default.nix +++ b/pkgs/development/libraries/cpp-hocon/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { name = "cpp-hocon-${version}"; - version = "0.1.6"; + version = "0.1.7"; src = fetchFromGitHub { - sha256 = "0qf2nqp28ahypnzjrr37f54i06ylni40y18q9kwp5s7i5cwbjqgc"; + sha256 = "0mfpz349c3arihvngw1a1gfhwlcw6wiwyc44bghjx1q109w7wm1m"; rev = version; repo = "cpp-hocon"; owner = "puppetlabs";