mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
34 lines
764 B
Nix
34 lines
764 B
Nix
{
|
|
facter = {
|
|
dependencies = ["hocon" "thor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0pxpldfcf40dr9khra3sa131ij7gzd97bba2vpw89c785pl736a7";
|
|
type = "gem";
|
|
};
|
|
version = "4.6.1";
|
|
};
|
|
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 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.1";
|
|
};
|
|
}
|