nixpkgs/pkgs/tools/inputmethods/fusuma/gemset.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

88 lines
2.1 KiB
Nix
Raw Normal View History

2018-11-10 11:04:53 +00:00
{
fusuma = {
2019-12-09 23:20:47 +00:00
groups = ["default"];
platforms = [];
2018-11-10 11:04:53 +00:00
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "13pbvmkjriq6myynv4gfismiqa9y7bfbvvrfcv25670l4zyiakhm";
2018-11-10 11:04:53 +00:00
type = "gem";
};
2023-12-03 17:47:19 +00:00
version = "3.3.1";
2018-11-10 11:04:53 +00:00
};
fusuma-plugin-appmatcher = {
dependencies = ["fusuma" "rexml" "ruby-dbus"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "1qkir4a657znq0fnx91lik7bw5kyq54jwhiy2zrlplln78xs5yai";
type = "gem";
};
2023-12-03 17:47:19 +00:00
version = "0.6.1";
};
fusuma-plugin-keypress = {
dependencies = ["fusuma"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "0as95haqa943i740xs7czcaibb8lvy4gn6kr8nbldq20nly64bih";
type = "gem";
};
2023-12-03 17:47:19 +00:00
version = "0.9.0";
};
fusuma-plugin-sendkey = {
dependencies = ["fusuma" "revdev"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "0rdpxq4nanw85x1djdanwnz46b19fr46kdlkkgbxa4dnjk0zx4pp";
type = "gem";
};
version = "0.10.1";
};
fusuma-plugin-wmctrl = {
dependencies = ["fusuma"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "1rgz1d6ahg5i9sr4z2kab5qk7pm3rm0h7r1vwkygi75rv2r3jy86";
type = "gem";
};
version = "1.3.1";
};
revdev = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1b6zg6vqlaik13fqxxcxhd4qnkfgdjnl4wy3a1q67281bl0qpsz9";
type = "gem";
};
version = "0.2.1";
};
rexml = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
type = "gem";
};
2023-12-03 17:47:19 +00:00
version = "3.2.6";
};
ruby-dbus = {
dependencies = ["rexml"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2023-12-03 17:47:19 +00:00
sha256 = "0hf9y5lbi1xcadc2fw87wlif75s1359c2wwlvvd0gag7cq5dm0pm";
type = "gem";
};
2023-12-03 17:47:19 +00:00
version = "0.23.1";
};
2021-01-21 21:12:40 +00:00
}