vagrant: 2.1.2 -> 2.2.0

This commit is contained in:
Christian Albrecht
2018-11-07 17:46:57 +01:00
committed by Robin Gloster
parent 8c68a7d41d
commit 9335613995
2 changed files with 30 additions and 21 deletions
+2 -2
View File
@@ -3,9 +3,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.1.2";
version = "2.2.0";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "0fb90v43d30whhyjlgb9mmy93ccbpr01pz97kp5hrg3wfd7703b1";
sha256 = "1wa8l3j6hpy0m0snz7wvfcf0wsjikp22c2z29crpk10f7xl7c56b";
deps = bundlerEnv rec {
name = "${pname}-${version}";