chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git] / pkgs / by-name / fu / fusuma / gemset.nix
blobe5f895c4b74c4f0bc355bed953c5fd2d369b3be3
2   fusuma = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "0vxlfda4mgff9kindrmr47xvn6b591hzvzzsx2y88zq20sn340vy";
8       type = "gem";
9     };
10     version = "3.5.0";
11   };
12   fusuma-plugin-appmatcher = {
13     dependencies = ["fusuma" "rexml" "ruby-dbus"];
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "1cj3d1yz3jdxmapgk8wv5ra57nyb278x2fjxdllc0gqdfih6pxhq";
19       type = "gem";
20     };
21     version = "0.7.1";
22   };
23   fusuma-plugin-keypress = {
24     dependencies = ["fusuma"];
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "16csdj695y9b8bvl65cby57fsyfr30pb9qq6h0wyqrxily6cn6il";
30       type = "gem";
31     };
32     version = "0.11.0";
33   };
34   fusuma-plugin-sendkey = {
35     dependencies = ["fusuma" "revdev"];
36     groups = ["default"];
37     platforms = [];
38     source = {
39       remotes = ["https://rubygems.org"];
40       sha256 = "0rdpxq4nanw85x1djdanwnz46b19fr46kdlkkgbxa4dnjk0zx4pp";
41       type = "gem";
42     };
43     version = "0.10.1";
44   };
45   fusuma-plugin-wmctrl = {
46     dependencies = ["fusuma"];
47     groups = ["default"];
48     platforms = [];
49     source = {
50       remotes = ["https://rubygems.org"];
51       sha256 = "1rgz1d6ahg5i9sr4z2kab5qk7pm3rm0h7r1vwkygi75rv2r3jy86";
52       type = "gem";
53     };
54     version = "1.3.1";
55   };
56   revdev = {
57     groups = ["default"];
58     platforms = [];
59     source = {
60       remotes = ["https://rubygems.org"];
61       sha256 = "1b6zg6vqlaik13fqxxcxhd4qnkfgdjnl4wy3a1q67281bl0qpsz9";
62       type = "gem";
63     };
64     version = "0.2.1";
65   };
66   rexml = {
67     dependencies = ["strscan"];
68     groups = ["default"];
69     platforms = [];
70     source = {
71       remotes = ["https://rubygems.org"];
72       sha256 = "0d8ivcirrrxpkpjc1c835wknc9s2fl54xpw08s177yfrh5ish209";
73       type = "gem";
74     };
75     version = "3.2.8";
76   };
77   ruby-dbus = {
78     dependencies = ["rexml"];
79     groups = ["default"];
80     platforms = [];
81     source = {
82       remotes = ["https://rubygems.org"];
83       sha256 = "0hf9y5lbi1xcadc2fw87wlif75s1359c2wwlvvd0gag7cq5dm0pm";
84       type = "gem";
85     };
86     version = "0.23.1";
87   };
88   strscan = {
89     groups = ["default"];
90     platforms = [];
91     source = {
92       remotes = ["https://rubygems.org"];
93       sha256 = "0mamrl7pxacbc79ny5hzmakc9grbjysm3yy6119ppgsg44fsif01";
94       type = "gem";
95     };
96     version = "3.1.0";
97   };