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

20 lines
429 B
Nix
Raw Normal View History

2016-12-19 21:14:47 +00: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-14 05:41:54 +01:00
sha256 = "1gvwa1zkirai7605x4hn2lynbw1caviga272iyy472jv7hs2zn92";
2016-12-19 21:14:47 +00:00
type = "gem";
};
2017-05-14 05:41:54 +01:00
version = "0.4.0";
2016-12-19 21:14:47 +00:00
};
2017-05-14 05:41:54 +01:00
}