vagrant: 2.2.16 -> 2.2.17

ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.17/CHANGELOG.md#2217-july-7-2021
(cherry picked from commit adc9b2b4398d7e20737329694cf90877c2b05cdd)
This commit is contained in:
Maximilian Bosch
2021-07-08 09:11:40 +00:00
committed by github-actions[bot]
parent dc3497f188
commit 628768830b
2 changed files with 28 additions and 18 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
let
# NOTE: bumping the version and updating the hash is insufficient;
# you must use bundix to generate a new gemset.nix in the Vagrant source.
version = "2.2.16";
version = "2.2.17";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-qzxguxKy2pFv0HMZKEnytdPyJPlf6/NTghIkfEzeKNY=";
sha256 = "sha256-T48ui7jgq9ni3pC09Jd2WzkT9PBaJ+SUDfcXA5QMjM8=";
deps = bundlerEnv rec {
name = "${pname}-${version}";