summary refs log tree commit diff
path: root/pkgs/development/tools/rhc/gemset.nix
blob: 933a7dc95afa3e8f37822d40d8408a978a2da994 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  archive-tar-minitar = {
    source = {
      fetchSubmodules = false;
      rev = "dae32ca550a87dba32597115ae18805db4782ebe";
      sha256 = "0fvxacbcb52fm5dis451kdd7dv74z8p6nm4vnfqf7jg2aghcxdkd";
      type = "git";
      url = "git://github.com/peterhoeg/archive-tar-minitar.git";
    };
    version = "0.5.2.1";
  };
  commander = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1zwfhswnbhwv0zzj2b3s0qvpqijbbnmh7zvq6v0274rqbxyf1jwc";
      type = "gem";
    };
    version = "4.2.1";
  };
  highline = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
      type = "gem";
    };
    version = "1.6.21";
  };
  httpclient = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0haz4s9xnzr73mkfpgabspj43bhfm9znmpmgdk74n6gih1xlrx1l";
      type = "gem";
    };
    version = "2.6.0.1";
  };
  net-scp = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0b0jqrcsp4bbi4n4mzyf70cp2ysyp6x07j8k8cqgxnvb4i3a134j";
      type = "gem";
    };
    version = "1.2.1";
  };
  net-ssh = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "02xj3pcpqr32nlak0vsx71gd5z65jl3q1hwi2x157vabw1kgjanq";
      type = "gem";
    };
    version = "4.0.1";
  };
  net-ssh-gateway = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1l3v761y32aw0n8lm0c0m42lr4ay8cq6q4sc5yc68b9fwlfvb70x";
      type = "gem";
    };
    version = "2.0.0";
  };
  net-ssh-multi = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "13kxz9b6kgr9mcds44zpavbndxyi6pvyzyda6bhk1kfmb5c10m71";
      type = "gem";
    };
    version = "1.2.1";
  };
  open4 = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1cgls3f9dlrpil846q0w7h66vsc33jqn84nql4gcqkk221rh7px1";
      type = "gem";
    };
    version = "1.3.4";
  };
  rhc = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1yaq42szq81ph44q7ckzml9yrhz1pkjfik77rxvfzlf90l1g2ibk";
      type = "gem";
    };
    version = "1.38.7";
  };
}