···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}";
···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.3.4";
9 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
10+ sha256 = "sha256-Q+sUYcbc/SOgw4ZXDmwqh24G0jiLvA8fDJyZ45OqLw8=";
1112 deps = bundlerEnv rec {
13 name = "${pname}-${version}";