anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / development / tools / database / pgsync / gemset.nix
bloba18ec0613f187e3dcd66841b7b0ddc0953d62936
2   parallel = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb";
8       type = "gem";
9     };
10     version = "1.22.1";
11   };
12   pg = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "07m6lxljabw9kyww5k5lgsxsznsm1v5l14r1la09gqka9b5kv3yr";
18       type = "gem";
19     };
20     version = "1.4.6";
21   };
22   pgsync = {
23     dependencies = ["parallel" "pg" "slop" "tty-spinner"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "1f2lzsa7l88skp18f8w1ch9w8a42pymc48rdaqjrrdgg0126kvj3";
29       type = "gem";
30     };
31     version = "0.7.4";
32   };
33   slop = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4";
39       type = "gem";
40     };
41     version = "4.10.1";
42   };
43   tty-cursor = {
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
49       type = "gem";
50     };
51     version = "0.7.1";
52   };
53   tty-spinner = {
54     dependencies = ["tty-cursor"];
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "0hh5awmijnzw9flmh5ak610x1d00xiqagxa5mbr63ysggc26y0qf";
60       type = "gem";
61     };
62     version = "0.9.3";
63   };