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

27 lines
642 B
Nix
Raw Normal View History

2016-12-19 21:14:47 +00:00
{
msgpack = {
source = {
remotes = ["https://rubygems.org"];
2017-07-15 16:56:51 +00:00
sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
2016-12-19 21:14:47 +00:00
type = "gem";
};
2017-07-15 16:56:51 +00:00
version = "1.1.0";
2016-12-19 21:14:47 +00:00
};
multi_json = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1raim9ddjh672m32psaa9niw67ywzjbxbdb8iijx3wv9k5b0pk2x";
type = "gem";
};
version = "1.12.2";
};
2016-12-19 21:14:47 +00:00
neovim = {
dependencies = ["msgpack" "multi_json"];
2016-12-19 21:14:47 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1dnv2pdl8lwwy4av8bqc6kdlgxw88dmajm4fkdk6hc7qdx1sw234";
2016-12-19 21:14:47 +00:00
type = "gem";
};
version = "0.6.1";
2016-12-19 21:14:47 +00:00
};
2017-07-15 16:56:51 +00:00
}