facter: 3.1.3 -> 3.1.5
This commit is contained in:
parent
04e3fe2280
commit
ca7f93a668
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl, boost, cmake, curl, libyamlcpp, openssl, utillinux }:
|
{ stdenv, fetchurl, boost, cmake, curl, leatherman, libyamlcpp, openssl, utillinux }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "facter-${version}";
|
name = "facter-${version}";
|
||||||
version = "3.1.3";
|
version = "3.1.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.puppetlabs.com/facter/${name}.tar.gz";
|
url = "https://downloads.puppetlabs.com/facter/${name}.tar.gz";
|
||||||
sha256 = "1ngp3xjdh6x1w7lsi4lji2xzqp0x950jngcdlq11lcr0wfnzwyxj";
|
sha256 = "0k2k92y42zb6vf542zwkhvg15kv32yb4zvw6nlcqlgmyg19c5qmv";
|
||||||
};
|
};
|
||||||
|
|
||||||
libyamlcpp_ = libyamlcpp.override { makePIC = true; };
|
libyamlcpp_ = libyamlcpp.override { makePIC = true; };
|
||||||
|
|
||||||
buildInputs = [ boost cmake curl libyamlcpp_ openssl utillinux ];
|
buildInputs = [ boost cmake curl leatherman libyamlcpp_ openssl utillinux ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/puppetlabs/facter;
|
homepage = https://github.com/puppetlabs/facter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user