nixpkgs/pkgs/applications/editors/neovim/ruby_provider/gemset.nix

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

34 lines
778 B
Nix
Raw Normal View History

2016-12-19 21:14:47 +00:00
{
msgpack = {
2021-09-05 02:11:34 +00:00
groups = ["default"];
platforms = [];
2016-12-19 21:14:47 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q=";
2016-12-19 21:14:47 +00:00
type = "gem";
};
version = "1.5.1";
2016-12-19 21:14:47 +00:00
};
multi_json = {
2021-09-05 02:11:34 +00:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "sha256-H9BBOLbkqQAX6NG4BMA5AxOZhm/z+6u3girqNnx4YV0=";
type = "gem";
};
2021-09-05 02:11:34 +00:00
version = "1.15.0";
};
2016-12-19 21:14:47 +00:00
neovim = {
dependencies = ["msgpack" "multi_json"];
2021-09-05 02:11:34 +00:00
groups = ["default"];
platforms = [];
2016-12-19 21:14:47 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4=";
2016-12-19 21:14:47 +00:00
type = "gem";
};
version = "0.9.0";
2016-12-19 21:14:47 +00:00
};
2018-01-21 18:05:07 +00:00
}