vagrant: 2.2.17 -> 2.2.18

ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.18/CHANGELOG.md#2218-july-27-2021
(cherry picked from commit 9f0ced4a68a23cdba01bdf9d33e54595a395ed73)
This commit is contained in:
Maximilian Bosch
2021-07-29 14:00:18 +00:00
committed by github-actions[bot]
parent f90d817036
commit 4dd3d35102
2 changed files with 9 additions and 9 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.17";
version = "2.2.18";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-T48ui7jgq9ni3pC09Jd2WzkT9PBaJ+SUDfcXA5QMjM8=";
sha256 = "sha256-NQiwkGuDLXMXyNNiIHmOwnS3IefvY9DPmRxo8Z2drpA=";
deps = bundlerEnv rec {
name = "${pname}-${version}";