vagrant: 2.2.3 -> 2.2.5

This commit is contained in:
angristan
2019-07-31 15:51:32 +02:00
parent 05c9a3c798
commit 5521aae4b9
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}";