about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/inputmethods/fusuma/gemset.nix
blob: 2edf9c0886f0f1eb2c690e572ab645b20b7ecdff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  fusuma = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0hj64kafxj29gk53vj2syhs3vdywl3h9cpiknaqqm4srjx9g04a0";
      type = "gem";
    };
    version = "0.10.2";
  };
}