anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / tools / misc / polar / gemset.nix
blob4e360d9b21cfa62c517ce0e952590499b517cade
2   ffi = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "0nq1fb3vbfylccwba64zblxy96qznxbys5900wd7gm9bpplmf432";
8       type = "gem";
9     };
10     version = "1.15.0";
11   };
12   google-protobuf = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "1ak5yqqhr04b4x0axzvpw1xzwmxmfcw0gf4r1ijixv15kidhsj3z";
18       type = "gem";
19     };
20     version = "3.15.6";
21   };
22   libusb = {
23     dependencies = ["ffi" "mini_portile2"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "005q4f3bi68yapza1vxamgwz2gpix2akci52s4yvr03hsxi137a6";
29       type = "gem";
30     };
31     version = "0.6.4";
32   };
33   mini_portile2 = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
39       type = "gem";
40     };
41     version = "2.5.0";
42   };
43   nokogiri = {
44     dependencies = ["mini_portile2" "racc"];
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0b51df8fwadak075cvi17w0nch6qz1r66564qp29qwfj67j9qp0p";
50       type = "gem";
51     };
52     version = "1.11.2";
53   };
54   racc = {
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g";
60       type = "gem";
61     };
62     version = "1.5.2";
63   };
64   rubyserial = {
65     dependencies = ["ffi"];
66     groups = ["default"];
67     platforms = [];
68     source = {
69       remotes = ["https://rubygems.org"];
70       sha256 = "1vj5yan6srbvkf5vfp9d9b9z8wyygd0zxcy54c35yhkjl6kwd22q";
71       type = "gem";
72     };
73     version = "0.6.0";
74   };