3
0
Fork 0
forked from mirrors/nixpkgs

leatherman: 0.10.1 -> 0.11.2

This commit is contained in:
Kranium Gikos Mendoza 2017-04-30 21:12:47 +10:00
parent a513a38066
commit 7dbab8b2ff

View file

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