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

20 lines
429 B
Nix
Raw Normal View History

2016-12-19 13:14:47 -08:00
{
msgpack = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg";
type = "gem";
};
version = "1.0.2";
};
neovim = {
dependencies = ["msgpack"];
source = {
remotes = ["https://rubygems.org"];
2017-05-13 21:41:54 -07:00
sha256 = "1gvwa1zkirai7605x4hn2lynbw1caviga272iyy472jv7hs2zn92";
2016-12-19 13:14:47 -08:00
type = "gem";
};
2017-05-13 21:41:54 -07:00
version = "0.4.0";
2016-12-19 13:14:47 -08:00
};
2017-05-13 21:41:54 -07:00
}