python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / tools / cbor-diag / gemset.nix
blobc3fa8f42069326621883317717d0155e9428df8a
2   cbor-diag = {
3     dependencies = ["json" "neatjson" "treetop"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "0pd0k4malg1l7w3ck5glh9w0hrsvknk8rp32vrir74yww1g6yplv";
9       type = "gem";
10     };
11     version = "0.5.6";
12   };
13   json = {
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
19       type = "gem";
20     };
21     version = "2.2.0";
22   };
23   neatjson = {
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "0fa2v7b6433j0iqh5iq9r71v7a5xabgjvqwsbl21vcsac7vf3ncw";
29       type = "gem";
30     };
31     version = "0.9";
32   };
33   polyglot = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
39       type = "gem";
40     };
41     version = "0.3.5";
42   };
43   treetop = {
44     dependencies = ["polyglot"];
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0g31pijhnv7z960sd09lckmw9h8rs3wmc8g4ihmppszxqm99zpv7";
50       type = "gem";
51     };
52     version = "1.6.10";
53   };