26 lines
600 B
Nix
26 lines
600 B
Nix
{
|
|
hiera-eyaml = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1h25pfv89macjf3sjdrx7slhlq1af4zybai42ci3gj02b6hli4a6";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
highline = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.21";
|
|
};
|
|
trollop = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.2";
|
|
};
|
|
} |