Merge pull request #25341 from womfoo/bump/facter-3.6.4

facter: 3.6.0 -> 3.6.4 and related deps
This commit is contained in:
obadz
2017-04-30 12:47:20 +01:00
committed by GitHub
4 changed files with 8 additions and 9 deletions

View File

@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "cpp-hocon-${version}";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
sha256 = "1abalk0sjfg4yfz148hdknsbnl2xwjb8li7lqc64d07ifxhcqr87";
sha256 = "0fc5468458mz572nbp45x5sblp6dsb4d1b6jqv77zf3mx5xyziz7";
rev = version;
repo = "cpp-hocon";
owner = "puppetlabs";

View File

@@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, boost, cmake, curl }:
{ stdenv, fetchFromGitHub, boost, cmake, curl, ruby }:
stdenv.mkDerivation rec {
name = "leatherman-${version}";
version = "0.10.1";
version = "0.11.2";
src = fetchFromGitHub {
sha256 = "0kjk3xq7v6bqq35ymj9vr9xz5kpcka51ms6489pm48adyaf53hs7";
sha256 = "1rnk204mvzc44i69b8gfb1fjj5r4qby7ymal782rdplnlbm065r8";
rev = version;
repo = "leatherman";
owner = "puppetlabs";
};
buildInputs = [ boost cmake curl ];
buildInputs = [ boost cmake curl ruby ];
meta = with stdenv.lib; {
homepage = https://github.com/puppetlabs/leatherman/;