about summary refs log tree commit diff
path: root/pkgs/tools/system/hiera-eyaml/gemset.nix
blob: ab6d5307ebb8c55226e24175b146a397ddfb2557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  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";
  };
}