3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/editors/neovim/ruby_provider/gemset.nix

19 lines
428 B
Nix
Raw Normal View History

2016-12-19 21:14:47 +00:00
{
msgpack = {
source = {
remotes = ["https://rubygems.org"];
2017-07-15 17:56:51 +01:00
sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
2016-12-19 21:14:47 +00:00
type = "gem";
};
2017-07-15 17:56:51 +01:00
version = "1.1.0";
2016-12-19 21:14:47 +00:00
};
neovim = {
dependencies = ["msgpack"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "08xn7r4g13wl4bhvkmp4hx3x0ppvifs1x2iiqh8jl9f1jb4jhfcp";
2016-12-19 21:14:47 +00:00
type = "gem";
};
version = "0.5.1";
2016-12-19 21:14:47 +00:00
};
2017-07-15 17:56:51 +01:00
}