vagrant: 2.2.7 -> 2.2.8

https://github.com/hashicorp/vagrant/releases/tag/v2.2.8
This commit is contained in:
Maximilian Bosch
2020-05-05 11:01:09 +02:00
parent 82dfd10035
commit 48b6268225
2 changed files with 20 additions and 21 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.7";
version = "2.2.8";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "1z31y1nqiyj6rml9lz8gcbr29myhs5wcap8jsvgm3pb7p9p9y8m9";
sha256 = "0nvxda0dyhncgcl9qs34l4rj0jbdbg65a3ii5765p4899z6gzx95";
deps = bundlerEnv rec {
name = "${pname}-${version}";