python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / zsteg / gemset.nix
blob4f5bd79ce44c79c443201f2f4be66711f8e0b7f4
2   iostruct = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "0kwp6ryis32j3z7myw8g7v1yszwrwyl04g2c7flr42pwxga1afxc";
8       type = "gem";
9     };
10     version = "0.0.4";
11   };
12   rainbow = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
18       type = "gem";
19     };
20     version = "3.0.0";
21   };
22   zpng = {
23     dependencies = ["rainbow"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "0ciyab7qxqsxjhfvr6rbpdzg655fi1zygqg9sd9m6wmgc037dj74";
29       type = "gem";
30     };
31     version = "0.3.1";
32   };
33   zsteg = {
34     dependencies = ["iostruct" "zpng"];
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "1mwajlsgs27449n2yf2f9hz8g46qv9bz9f58i9cz1jg58spvpxpk";
40       type = "gem";
41     };
42     version = "0.2.2";
43   };