mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
c575666ce4
https://github.com/puppetlabs/facter/releases/tag/4.8.0 https://github.com/puppetlabs/facter/compare/4.6.1...4.8.0
33 lines
764 B
Nix
33 lines
764 B
Nix
{
|
|
facter = {
|
|
dependencies = ["hocon" "thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1130mzk90pi0y9fnraqqak7gcfg61dhx92axwnhchbpw09akfl09";
|
|
type = "gem";
|
|
};
|
|
version = "4.8.0";
|
|
};
|
|
hocon = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "106dmzsl1bxkqw5xaif012nwwfr3k9wff32cqc77ibjngknj6477";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.0";
|
|
};
|
|
thor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.2";
|
|
};
|
|
}
|