···5let
6 # NOTE: bumping the version and updating the hash is insufficient;
7 # you must use bundix to generate a new gemset.nix in the Vagrant source.
8- version = "2.2.18";
9 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
10- sha256 = "sha256-NQiwkGuDLXMXyNNiIHmOwnS3IefvY9DPmRxo8Z2drpA=";
1112 deps = bundlerEnv rec {
13 name = "${pname}-${version}";
···5let
6 # NOTE: bumping the version and updating the hash is insufficient;
7 # you must use bundix to generate a new gemset.nix in the Vagrant source.
8+ version = "2.2.19";
9 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
10+ sha256 = "sha256-Tw5rHUZuJt6taCxNSEPo9koBLrpL6RUGrmxtNNPZyPk=";
1112 deps = bundlerEnv rec {
13 name = "${pname}-${version}";