Merge pull request #64302 from angristan/vagrant/update/2.2.5

vagrant: 2.2.3 -> 2.2.5
This commit is contained in:
Maximilian Bosch
2019-08-02 12:39:37 +02:00
committed by GitHub
2 changed files with 39 additions and 100 deletions
+2 -2
View File
@@ -4,9 +4,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.3";
version = "2.2.5";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "1j00glqn8b1zsgqg2nyk5as405a6s6vclswg2ri0a229hnsiabvs";
sha256 = "0a228f5185b24b72efcc5a3924f86fa9fabab6f7562c3c63c1d9d239aa72a7b1";
deps = bundlerEnv rec {
name = "${pname}-${version}";