···1616let
1717 # NOTE: bumping the version and updating the hash is insufficient;
1818 # you must use bundix to generate a new gemset.nix in the Vagrant source.
1919- version = "2.4.3";
1919+ version = "2.4.8";
2020 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
2121- hash = "sha256-ZQWdSCV5lBL8XUnOvCFwJAFk+tw30q2lRTHR93qeZ2I=";
2121+ hash = "sha256-AVagvZKbVT4RWrCJdskhABTunRM9tBb5+jovYM/VF+0=";
22222323 deps = bundlerEnv rec {
2424 name = "${pname}-${version}";
···7272 buildInputs = [ openssl ];
73737474 patches = [
7575- ./unofficial-installation-nowarn.patch
7675 ./use-system-bundler-version.patch
7776 ./0004-Support-system-installed-plugins.patch
7877 ./0001-Revert-Merge-pull-request-12225-from-chrisroberts-re.patch