terraform: allow compiling with go-1.6 and above, not just go-1.6.
This commit is contained in:
parent
8b105a325a
commit
24c9636898
|
@ -3465,7 +3465,7 @@ let
|
|||
rev = "v0.6.13";
|
||||
owner = "hashicorp";
|
||||
repo = "terraform";
|
||||
disabled = !isGo16;
|
||||
disabled = isGo14 || isGo15;
|
||||
sha256 = "1f1xm5pyz1hxqm2k74psanirpydf71pmxixplyc2x2w68hgjzi2l";
|
||||
|
||||
buildInputs = [ ];
|
||||
|
|
Loading…
Reference in New Issue