python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / tools / database / pgsync / gemset.nix
blobf556be4eb99da10303bbf50536707cf84fec91e8
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 = "09a5z9qhxnybahx162q2q1cygdhxfp6cihdivvzh32jlwc37z1x3";
18       type = "gem";
19     };
20     version = "1.4.4";
21   };
22   pgsync = {
23     dependencies = ["parallel" "pg" "slop" "tty-spinner"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "009xrrxqwcrcackw2w86xamkb1clb70ghcr8g8n8w9h13qaa0j78";
29       type = "gem";
30     };
31     version = "0.7.2";
32   };
33   slop = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "0cz9fpr7zya6d44070ya0ik4pwv7c8dlqgw4bxgxficzakdxy9kf";
39       type = "gem";
40     };
41     version = "4.9.3";
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   };