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

19 lines
428 B
Nix
Raw Normal View History

2016-12-19 22:14:47 +01:00
{
msgpack = {
source = {
remotes = ["https://rubygems.org"];
2017-07-15 18:56:51 +02:00
sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
2016-12-19 22:14:47 +01:00
type = "gem";
};
2017-07-15 18:56:51 +02:00
version = "1.1.0";
2016-12-19 22:14:47 +01:00
};
neovim = {
dependencies = ["msgpack"];
source = {
remotes = ["https://rubygems.org"];
2017-07-15 18:56:51 +02:00
sha256 = "1da0ha3mz63iyihldp7185b87wx86jg07023xjhbng6i28y1ksn7";
2016-12-19 22:14:47 +01:00
type = "gem";
};
2017-07-15 18:56:51 +02:00
version = "0.5.0";
2016-12-19 22:14:47 +01:00
};
2017-07-15 18:56:51 +02:00
}