vagrant: 2.2.15 -> 2.2.16

ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.16/CHANGELOG.md#2216-april-29-2021
This commit is contained in:
Maximilian Bosch 2021-04-30 22:06:45 +02:00
parent 7ee53c0c4f
commit ac1ce993be
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 6 additions and 6 deletions

View file

@ -5,9 +5,9 @@
let let
# NOTE: bumping the version and updating the hash is insufficient; # NOTE: bumping the version and updating the hash is insufficient;
# you must use bundix to generate a new gemset.nix in the Vagrant source. # you must use bundix to generate a new gemset.nix in the Vagrant source.
version = "2.2.15"; version = "2.2.16";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"; url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-mMnHJtXLfkZ5O0UF89kHsqBnPg9uQ5l8IYoL5TMMyD8="; sha256 = "sha256-qzxguxKy2pFv0HMZKEnytdPyJPlf6/NTghIkfEzeKNY=";
deps = bundlerEnv rec { deps = bundlerEnv rec {
name = "${pname}-${version}"; name = "${pname}-${version}";

View file

@ -64,10 +64,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1759s0rz6qgsw86dds1z4jzb3fvizqsk11j5q6z7lc5n404w6i23"; sha256 = "19g5nvkycnkzqq4mqn1zjznq9adrlv2jz0dr9w10cbn42hhqpiz7";
type = "gem"; type = "gem";
}; };
version = "0.79.0"; version = "0.81.0";
}; };
ffi = { ffi = {
groups = ["default"]; groups = ["default"];
@ -274,10 +274,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "14mhzrhs2j43vj36i1qq4z29nd860shrslfik015f4kf1jiaqcrw"; sha256 = "1rmm9ym3qxysrmvgnrad28llnzj6wj9ljir8zaw9myas7m8vhvsq";
type = "gem"; type = "gem";
}; };
version = "0.2.5"; version = "0.2.6";
}; };
rubyntlm = { rubyntlm = {
groups = ["default"]; groups = ["default"];