d465cf9cf9
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.15/CHANGELOG.md#2215-march-30-2021 Also had to revert a change which improved plugin-errors a bit since it changed the dependency resolution in a way that broke `vagrant-libvirt` from `$out/vagrant-plugins/plugins.d`.
170 lines
4.2 KiB
Nix
170 lines
4.2 KiB
Nix
{
|
|
builder = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.4";
|
|
};
|
|
excon = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1759s0rz6qgsw86dds1z4jzb3fvizqsk11j5q6z7lc5n404w6i23";
|
|
type = "gem";
|
|
};
|
|
version = "0.79.0";
|
|
};
|
|
fog-core = {
|
|
dependencies = ["builder" "excon" "formatador" "mime-types"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0bwqm9n69y5y0a5iickr358z7w4hml3flqwfz8b7cnj1ldabhnjn";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.3";
|
|
};
|
|
fog-json = {
|
|
dependencies = ["fog-core" "multi_json"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
fog-libvirt = {
|
|
dependencies = ["fog-core" "fog-json" "fog-xml" "json" "ruby-libvirt"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1s62ihwxlwgp84xw32wg6hwcx4422v20c7g7azd0xslb91y1ln1r";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
fog-xml = {
|
|
dependencies = ["fog-core" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "043lwdw2wsi6d55ifk0w3izi5l1d1h0alwyr3fixic7b94kc812n";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.3";
|
|
};
|
|
formatador = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1gc26phrwlmlqrmz4bagq1wd5b7g64avpx0ghxr9xdxcvmlii0l0";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.5";
|
|
};
|
|
json = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0lrirj0gw420kw71bjjlqkqhqbrplla61gbv1jzgsz6bv90qr3ci";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.1";
|
|
};
|
|
mime-types = {
|
|
dependencies = ["mime-types-data"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zj12l9qk62anvk9bjvandpa6vy4xslil15wl6wlivyf51z773vh";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.1";
|
|
};
|
|
mime-types-data = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1phcq7z0zpipwd7y4fbqmlaqghv07fjjgrx99mwq3z3n0yvy7fmi";
|
|
type = "gem";
|
|
};
|
|
version = "3.2021.0225";
|
|
};
|
|
mini_portile2 = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.0";
|
|
};
|
|
multi_json = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
|
|
type = "gem";
|
|
};
|
|
version = "1.15.0";
|
|
};
|
|
nokogiri = {
|
|
dependencies = ["mini_portile2" "racc"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0b51df8fwadak075cvi17w0nch6qz1r66564qp29qwfj67j9qp0p";
|
|
type = "gem";
|
|
};
|
|
version = "1.11.2";
|
|
};
|
|
racc = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.2";
|
|
};
|
|
ruby-libvirt = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0d754d6pgdqyq52pl9hp0x38q1vn3vf9nz4nm5gqdj5i4fw7pba6";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.1";
|
|
};
|
|
vagrant-libvirt = {
|
|
dependencies = ["fog-core" "fog-libvirt" "nokogiri"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07j30w23syvzrhznad9dkh1ks4lzxzi7ak2966b7i7wr4kz8x1hp";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.0";
|
|
};
|
|
}
|