base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / misc / riemann-tools / gemset.nix
blob57acb5ac9013cb7f5b04fdab8fc0ffbd6566515d
2   beefcake = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "10gid0a7pdllh3qmjiqkqxgfqvd7m1f2dmcm4gcd19s63pv620gv";
8       type = "gem";
9     };
10     version = "1.0.0";
11   };
12   json = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "0qmj7fypgb9vag723w1a49qihxrcf5shzars106ynw2zk352gbv5";
18       type = "gem";
19     };
20     version = "1.8.6";
21   };
22   mtrc = {
23     groups = ["default"];
24     platforms = [];
25     source = {
26       remotes = ["https://rubygems.org"];
27       sha256 = "0xj2pv4cpn0ad1xw38sinsxfzwhgqs6ff18hw0cwz5xmsf3zqmiz";
28       type = "gem";
29     };
30     version = "0.0.4";
31   };
32   optimist = {
33     groups = ["default"];
34     platforms = [];
35     source = {
36       remotes = ["https://rubygems.org"];
37       sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
38       type = "gem";
39     };
40     version = "3.0.0";
41   };
42   riemann-client = {
43     dependencies = ["beefcake" "mtrc" "trollop"];
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "02rp8x2y8h61x8mx9c8kwgm2yyvgg63g8km93zmwmkpp5fyi3fi8";
49       type = "gem";
50     };
51     version = "0.2.6";
52   };
53   riemann-tools = {
54     dependencies = ["json" "optimist" "riemann-client"];
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "07w9x3iw32zwpzsm9l63vn0nv1778qls1blqysr45m7l7x6n5wjx";
60       type = "gem";
61     };
62     version = "0.2.14";
63   };
64   trollop = {
65     groups = ["default"];
66     platforms = [];
67     source = {
68       remotes = ["https://rubygems.org"];
69       sha256 = "074h7lns72kg1dl5gvz5apl3xz1i0axbnbc01pf2kbw4q0lkpnp4";
70       type = "gem";
71     };
72     version = "2.9.9";
73   };