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

34 lines
781 B
Nix
Raw Normal View History

2016-12-19 21:14:47 +00:00
{
msgpack = {
2021-09-05 03:11:34 +01:00
groups = ["default"];
platforms = [];
2016-12-19 21:14:47 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-09-05 03:11:34 +01:00
sha256 = "06iajjyhx0rvpn4yr3h1hc4w4w3k59bdmfhxnjzzh76wsrdxxrc6";
2016-12-19 21:14:47 +00:00
type = "gem";
};
2021-09-05 03:11:34 +01:00
version = "1.4.2";
2016-12-19 21:14:47 +00:00
};
multi_json = {
2021-09-05 03:11:34 +01:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-09-05 03:11:34 +01:00
sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
type = "gem";
};
2021-09-05 03:11:34 +01:00
version = "1.15.0";
};
2016-12-19 21:14:47 +00:00
neovim = {
dependencies = ["msgpack" "multi_json"];
2021-09-05 03:11:34 +01:00
groups = ["default"];
platforms = [];
2016-12-19 21:14:47 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-09-05 03:11:34 +01:00
sha256 = "0lfrbi4r6lagn2q92lyivk2w22i2spw0jbdzxxlcfj2zhv2wnvvi";
2016-12-19 21:14:47 +00:00
type = "gem";
};
2021-09-05 03:11:34 +01:00
version = "0.8.1";
2016-12-19 21:14:47 +00:00
};
2018-01-21 18:05:07 +00:00
}