···55let
66 # NOTE: bumping the version and updating the hash is insufficient;
77 # you must use bundix to generate a new gemset.nix in the Vagrant source.
88- version = "2.2.18";
88+ version = "2.2.19";
99 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
1010- sha256 = "sha256-NQiwkGuDLXMXyNNiIHmOwnS3IefvY9DPmRxo8Z2drpA=";
1010+ sha256 = "sha256-Tw5rHUZuJt6taCxNSEPo9koBLrpL6RUGrmxtNNPZyPk=";
11111212 deps = bundlerEnv rec {
1313 name = "${pname}-${version}";