36 lines
798 B
Nix
36 lines
798 B
Nix
{
|
|
facter = {
|
|
dependencies = [
|
|
"hocon"
|
|
"thor"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "17d561xf4s5016fm9jkfkkafn6660g04fz1yp5xfvkb0j4xj32mp";
|
|
type = "gem";
|
|
};
|
|
version = "4.10.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";
|
|
};
|
|
}
|