vagrant: update deps for 2.1.2

The version was bumped but the dependencies were not updated.
Do so and add some instructions for future package updates.
This commit is contained in:
Aneesh Agrawal
2018-07-16 10:11:36 -07:00
parent 64e6a440b7
commit 982f9d8616
3 changed files with 7 additions and 53 deletions
@@ -1,6 +1,10 @@
{ lib, fetchurl, buildRubyGem, bundlerEnv, ruby, libarchive }:
let
# NOTE: bumping the version and updating the hash is insufficient;
# you must copy a fresh Gemfile.lock from the vagrant source,
# and use bundix to generate a new gemset.nix.
# Do not change the existing Gemfile.
version = "2.1.2";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "0fb90v43d30whhyjlgb9mmy93ccbpr01pz97kp5hrg3wfd7703b1";