summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/sup/gemset.nix
blob: e39da3dac85e04abc13d0c5d5de17e4d6b78ae38 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "chronic" = {
    version = "0.9.1";
    source = {
      type = "gem";
      sha256 = "0kspaxpfy7yvyk1lvpx31w852qfj8wb9z04mcj5bzi70ljb9awqk";
    };
  };
  "gpgme" = {
    version = "2.0.7";
    source = {
      type = "gem";
      sha256 = "1p84zhiri2ihcld7py9mwc2kg5xs5da8fk11zhndrhmw05yvf5mr";
    };
    dependencies = [
      "mini_portile"
    ];
  };
  "highline" = {
    version = "1.6.21";
    source = {
      type = "gem";
      sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
    };
  };
  "locale" = {
    version = "2.1.0";
    source = {
      type = "gem";
      sha256 = "18bb0g24flq9dr8qv4j7pm7w9i2vmvmqrbmry95ibf1r1c4s60yj";
    };
  };
  "lockfile" = {
    version = "2.1.3";
    source = {
      type = "gem";
      sha256 = "0dij3ijywylvfgrpi2i0k17f6w0wjhnjjw0k9030f54z56cz7jrr";
    };
  };
  "mime-types" = {
    version = "1.25.1";
    source = {
      type = "gem";
      sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8";
    };
  };
  "mini_portile" = {
    version = "0.6.0";
    source = {
      type = "gem";
      sha256 = "09kcn4g63xrdirgwxgjikqg976rr723bkc9bxfr29pk22cj3wavn";
    };
  };
  "ncursesw" = {
    version = "1.4.9";
    source = {
      type = "gem";
      sha256 = "154cls3b237imdbhih7rni5p85nw6mpbpkzdw08jxzvqaml7q093";
    };
  };
  "rmail-sup" = {
    version = "1.0.1";
    source = {
      type = "gem";
      sha256 = "1xswk101s560lxqaax3plqh8vjx7jjspnggdwb3q80m358f92q9g";
    };
  };
  "sup" = {
    version = "0.20.0";
    source = {
      type = "gem";
      sha256 = "1lpqgrqkv29xr1h1142qsbmknlshpgys7fc3w1nkyhib8s3ikamg";
    };
    dependencies = [
      "chronic"
      "highline"
      "locale"
      "lockfile"
      "mime-types"
      "ncursesw"
      "rmail-sup"
      "trollop"
      "unicode"
    ];
  };
  "trollop" = {
    version = "2.1.1";
    source = {
      type = "gem";
      sha256 = "0z5dvh7glwqjprlihsjx67hfzy4whsjfhqj9akyyrby9q5va1i4k";
    };
  };
  "unicode" = {
    version = "0.4.4.2";
    source = {
      type = "gem";
      sha256 = "15fggljzan8zvmr8h12b5m7pcj1gvskmmnx367xs4p0rrpnpil8g";
    };
  };
  "xapian-ruby" = {
    version = "1.2.19.1";
    source = {
      type = "gem";
      sha256 = "1crfrmc8kf6qq1xcfcmgf213zg66badpg4d86n7y9x3i1f5lxlbv";
    };
  };
}