···16let
17 # NOTE: bumping the version and updating the hash is insufficient;
18 # you must use bundix to generate a new gemset.nix in the Vagrant source.
19- version = "2.4.3";
20 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
21- hash = "sha256-ZQWdSCV5lBL8XUnOvCFwJAFk+tw30q2lRTHR93qeZ2I=";
2223 deps = bundlerEnv rec {
24 name = "${pname}-${version}";
···72 buildInputs = [ openssl ];
7374 patches = [
75- ./unofficial-installation-nowarn.patch
76 ./use-system-bundler-version.patch
77 ./0004-Support-system-installed-plugins.patch
78 ./0001-Revert-Merge-pull-request-12225-from-chrisroberts-re.patch
···16let
17 # NOTE: bumping the version and updating the hash is insufficient;
18 # you must use bundix to generate a new gemset.nix in the Vagrant source.
19+ version = "2.4.8";
20 url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
21+ hash = "sha256-AVagvZKbVT4RWrCJdskhABTunRM9tBb5+jovYM/VF+0=";
2223 deps = bundlerEnv rec {
24 name = "${pname}-${version}";
···72 buildInputs = [ openssl ];
7374 patches = [
075 ./use-system-bundler-version.patch
76 ./0004-Support-system-installed-plugins.patch
77 ./0001-Revert-Merge-pull-request-12225-from-chrisroberts-re.patch