vagrant: 2.1.1 -> 2.1.2 (#43416)
This commit is contained in:
parent
7f1bcb1ebf
commit
165b6391fc
|
@ -1,9 +1,9 @@
|
||||||
{ lib, fetchurl, buildRubyGem, bundlerEnv, ruby, libarchive }:
|
{ lib, fetchurl, buildRubyGem, bundlerEnv, ruby, libarchive }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
|
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
|
||||||
sha256 = "0kgsb33f3wh6x4450x74wri6z78ky92sfrv7ba7h7zmxsadb6m4b";
|
sha256 = "0fb90v43d30whhyjlgb9mmy93ccbpr01pz97kp5hrg3wfd7703b1";
|
||||||
|
|
||||||
deps = bundlerEnv rec {
|
deps = bundlerEnv rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
Loading…
Reference in New Issue