Skip to content

Commit

Permalink
Merge pull request NixOS#225136 from serokell/rvem/bump-vagrant
Browse files Browse the repository at this point in the history
vagrant: 2.2.19 -> 2.3.4
  • Loading branch information
wegank authored May 1, 2023
2 parents ac9d5d0 + f391ca7 commit fdc43a6
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 45 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/vagrant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
let
# NOTE: bumping the version and updating the hash is insufficient;
# you must use bundix to generate a new gemset.nix in the Vagrant source.
version = "2.2.19";
version = "2.3.4";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-Tw5rHUZuJt6taCxNSEPo9koBLrpL6RUGrmxtNNPZyPk=";
sha256 = "sha256-Q+sUYcbc/SOgw4ZXDmwqh24G0jiLvA8fDJyZ45OqLw8=";

deps = bundlerEnv rec {
name = "${pname}-${version}";
Expand Down
Loading

0 comments on commit fdc43a6

Please sign in to comment.