mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #13994 from mboes/terraform
terraform: allow compiling with go-1.6 and above, not just go-1.6.
This commit is contained in:
commit
9b0b681158
@ -3487,7 +3487,7 @@ let
|
||||
rev = "v0.6.13";
|
||||
owner = "hashicorp";
|
||||
repo = "terraform";
|
||||
disabled = !isGo16;
|
||||
disabled = isGo14 || isGo15;
|
||||
sha256 = "1f1xm5pyz1hxqm2k74psanirpydf71pmxixplyc2x2w68hgjzi2l";
|
||||
|
||||
buildInputs = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user