terraform: 0.6.13 -> 0.6.15

This commit is contained in:
zimbatm 2016-04-27 17:22:37 +01:00
parent ae8a3a14f0
commit 57ef6899aa

View File

@ -3735,11 +3735,11 @@ let
}; };
terraform = buildFromGitHub { terraform = buildFromGitHub {
rev = "v0.6.13"; rev = "v0.6.15";
owner = "hashicorp"; owner = "hashicorp";
repo = "terraform"; repo = "terraform";
disabled = isGo14 || isGo15; disabled = isGo14 || isGo15;
sha256 = "1f1xm5pyz1hxqm2k74psanirpydf71pmxixplyc2x2w68hgjzi2l"; sha256 = "1mf98hagb0yp40g2mbar7aw7hmpq01clnil6y9khvykrb33vy0nb";
buildInputs = [ ]; buildInputs = [ ];
}; };