Maximilian Bosch
2020-11-06 13:48:52 +01:00
parent f71d393b94
commit b06e65aad2
3 changed files with 75 additions and 108 deletions
+2 -2
View File
@@ -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.10";
version = "2.2.11";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "07wlj4m79m9li3za1jkk4imdhqwpca86qz3c0h706s0w8cmv4bbj";
sha256 = "sha256-KDQDEMebqQYgsBroHmQrm/OJWTES9C9eGl0dDHTBpIc=";
deps = bundlerEnv rec {
name = "${pname}-${version}";