summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fusuma/gemset.nix
blob: 2dd9af421ba992d77e82451af01788515f1f3e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  fusuma = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "150jc8jyqj3w4k13lf1ihqmm2sld1yawp4jwnf43jixnc9rmzx6f";
      type = "gem";
    };
    version = "1.3.0";
  };
}